Python 3 ======== At the instigation of Guido van Rossum (the Benevolent Dictator for Life for the Python language specification and the CPython reference implementation), the Python ecosystem is currently undertaking a transition from the Python 2 series to the infamously incompatible Python 3 series. This page collects a series of essays I have written covering various aspects of the Python 3 transition (as well as Python 3 features in general). .. toctree:: :maxdepth: 2 questions_and_answers.rst multicore_python.rst binary_protocols.rst text_file_processing.rst enum_creation.rst