Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Last active May 11, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkapitan/59fde47a7c54e74a0886ab80d88f2119 to your computer and use it in GitHub Desktop.
Save dkapitan/59fde47a7c54e74a0886ab80d88f2119 to your computer and use it in GitHub Desktop.
Python 3 main versions - highlights
  • 3.6: f-strings
  • 3.7: async and await; dataclasses
  • 3.8: assignment expression (:=)
  • 3.9: type hinting generics in standard library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment