Python Language Reference
3.5

The Python Language Reference is the official, authoritative specification of the Python programming language.

Python 3.5.0 was released in September 2015. It introduced the following new language features:

  • coroutines with async and await syntax
  • a new matrix multiplication operator: a @ b
  • additional unpacking generalizations

See What’s New In Python 3.5 for more details.

Read the Authoritative Specification

https://docs.python.org/3.5/reference/

We have not (yet) cross-referenced this language specification with our misconceptions. To find misconception by language specification section, pick one of the cross-referenced specifications.

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.