Coding the Python way
When going from one language to another, some things have to be unlearned. What you know from other languages may not be always useful in Python. Over time, a lot of idioms and ideas arose in the Python community about what the right way to use Python is, and also what would be a wrong [...]