This folder contains the official Python documentation EPUB archive.
Title: Python 3 Documentation
Publisher: Python Software Foundation
Current documentation version: Python 3.14.5
Included file: python-3.14-docs.epub
Official tutorial: https://docs.python.org/3/tutorial/
Official download page: https://docs.python.org/3/download.html
License: Python Software Foundation License Version 2
Additional code license: Examples, recipes and other code in the documentation are additionally licensed under the Zero Clause BSD License.
- Download the local EPUB copy
- Read the official Python Tutorial online
- Official Python documentation download page
Python no longer provides pre-built PDF archives of the documentation.
This EPUB is the official downloadable documentation archive. It is not a tutorial-only file, but it includes the official Python Tutorial together with the rest of the Python documentation.
The official Python Tutorial is especially useful for learning and reviewing:
- Python syntax and control flow
- functions
- data structures
- modules and packages
- input and output
- errors and exceptions
- classes
- virtual environments and packages
This documentation is not my work.
It is included here as an official offline documentation archive for learning and reference purposes. The original license terms remain unchanged.
Official source: