About this document
Introduction to Python 3 Programming by mahiiimm is a document available to read on EtoBox.
The document introduces some key differences between Python 2 and Python 3. The print statement was changed to a print function. The raw_input function was changed to input. Handling of character sets like Japanese characters also changed slightly. The differences when starting out are minimal, and learning Python 3 first makes transitioning to Python 2 easier if needed for a job. Older Python 2 course materials remain available online.
- Author
- mahiiimm
- Language
- EN