Python Tutorials
- The Python Tutorial - an official brief introduction into the Python language
- Dive into Python: Python from novice to pro - an informal introduction into the Python and libraries
Python Language and Library documentation
- The Python Language Reference - an official Python language reference
- The Python Standard Library - on official Python Standard Library reference
- Python's Regular Expression Library