Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide brief inline variable type descriptions #941

Closed
wants to merge 1 commit into from
Closed

provide brief inline variable type descriptions #941

wants to merge 1 commit into from

Conversation

duhaime
Copy link

@duhaime duhaime commented Jun 24, 2021

Hello, I thought it could be helpful to add brief inline variable type descriptions when first introducing attendees to different data types. 馃帀

* strings.
* integer numbers (numbers without decimals)
* floating point numbers (numbers with decimals), and
* strings (text data).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this kind of addition could be helpful. I suggest changing the integer description to "(whole numbers)". Also, we could link the text for each type to the entries in the glossary which are:

https://swcarpentry.github.io/python-novice-inflammation/reference.html#integer
https://swcarpentry.github.io/python-novice-inflammation/reference.html#floating-point-number
https://swcarpentry.github.io/python-novice-inflammation/reference.html#string

What do you think about adding the descriptions @maxim-belkin ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about adding the descriptions @maxim-belkin ?

I like it!

@noatgnu noatgnu closed this Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants