The Python Tutorial
My notes taken from the Python Tutorial. This tutorial is cover basic concepts of Python, most noteworthy features and language elements.
Table of Contents
- Whetting Your Appetite
- Using the Python Interpreter
- An Informal Introduction to Python
- More Control Flow Tools
- Data Structures
- Modules
- Input and Output
- Errors and Exceptions
- Classes
- Brief Tour of the Standard Library
- Virtual Environments and Packages
- What Now?
- Interactive Input Editing and History Substitution
- Floating Point Arithmetic: Issues and Limitations
- Appendix