cdsleiden / python-tutorial

Beginner's introduction to programming in Python
https://cdsleiden.github.io/python-tutorial/
3 stars 2 forks source link

Add Pythonic variable naming, 'constants' #77

Open bencomp opened 1 year ago

bencomp commented 1 year ago

More advanced stuff!

We could add a note about using "snake_case" for variable names. There once was a question about whether Python has support for constants; we could also add a little explanation on what is and isn't supported.