amontalenti / elements-of-python-style

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
3.44k stars 260 forks source link

Add a note about the typing module and gradual typing #45

Open amontalenti opened 4 years ago

amontalenti commented 4 years ago

I was listening to a Python coding standards talk today and there was a lot of discussion of typing in 3.x, mypy, and other related tools. This obviously introduces a slew of style questions -- off the top of my head:

amontalenti commented 3 years ago

48 is related.