swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 429 forks source link

Update 02-variables.md upper-lower case change #668

Open teresa-m opened 10 months ago

teresa-m commented 10 months ago

Thanks a lot for the great learning materials. I have one suggestion. Within the Tutorial Plotting and Programming in Python in the Variable and Assignment part, I would change the sentence about upper and lower case naming conventions for variables. The original statement 'upper-case letters are the conventions ... so we use lower case' is ambiguous. I guess this was just mixed up, but if not this would need further explanation in my opinion.

github-actions[bot] commented 10 months ago

:ok: Pre-flight checks passed :smiley:

This pull request has been checked and contains no modified workflow files, spoofing, or invalid commits.

It should be safe to Approve and Run the workflows that need maintainer approval.

vahtras commented 10 months ago

Thanks for raising the question. However, I don't think the suggested change makes anything clearer. There are a number of conventions and style recommendations which may mean going down a rabbit hole. Any alternative formulation, anyone?