Python 3 is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.
This site is intended to host a variety of resources and pointers to information about Python 3. In these pages you will find
- a reading list
- collection of best courses about python 3
- links to python videos
- as well as tutorials and cool demos