Suggestion for Downloadable Documentation
Hello, I was trying to download the tutorial portion of the documentation only. I think it would be helpful to have options for downloading sections of the documentation instead of the entire document. Whether that be chapters or sections. With the entire document when I go to table of contents, I have to scroll through pages and pages of “What’s new in Python x.x” and change logs before I get to the tutorial section. Let me know what you think or what I can do. Thanks, Victor
Hello. The documentation can be downloaded as a ZIP archive in HTML format from here [ https://docs.python.org/3/archives/python-3.13-docs-html.zip ], circa 13 MiB. After unzipping it, several sub-folders will be available, one of them titled as "tutorial". Each of these sub-folders has its own starting point [ "index.html" ]. Clicking on this "index.html" icon (on a Windows machine) the entire tutorial section of the docs will be available to you. Hopefully this helps.
participants (2)
-
Octavian Mustafa -
Victor Yore