TIL

Python

Python.org

Learning

Conferences

Intro to Python

Notes from Jaimie Murdock:

Assumes a start with Python 3.6. Python 2.7 is end of life in 2020, so new projects should avoid it.

Important PEPs

PEPs (Python Enhancement Proposals) are how new features are added to the language and are very useful for learning why things are the way they are.

Some also offer style guidance.

Useful modules

Useful non-stdlib modules