Open links in new tab
  1. Welcome to Python.org

    Experienced programmers in any other language can pick up Python very quickly, and beginners find the clean syntax and indentation structure easy to learn. Whet your appetite with our Python 3 overview.

  2. Applications for Python | Python.org

    Python is a superb language for teaching programming, both at the introductory level and in more advanced courses. Books such as How to Think Like a Computer Scientist, Python Programming: An …

  3. Download Python | Python.org

    Jun 22, 2001 · This lets you browse the standard library (the subdirectory Lib) and the standard collections of tools (Tools) that come with it. There's a lot you can learn from the source!

  4. Tool recommendations - Python Packaging User Guide

    Jan 6, 2026 · This guide does point to some tools that are widely recognized, and also makes some recommendations of tools that you should not use because they are deprecated or insecure.

  5. PythonDebuggingTools - Python Wiki

    Add your useful tools here -- editors, debuggers and other utils that really help with the process.:

  6. Writing your pyproject.toml - Python Packaging User Guide

    Jan 6, 2026 · pyproject.toml is a configuration file used by packaging tools, as well as other tools such as linters, type checkers, etc. There are three possible TOML tables in this file.

  7. Packaging Python Projects - Python Packaging User Guide

    Jan 6, 2026 · Look at the guides on this site for more advanced practical information, or the discussions for explanations and background on specific topics. Consider packaging tools that provide a single …

  8. Creating and packaging command-line tools - Python

    Jan 6, 2026 · This guide will walk you through creating and packaging a standalone command-line application that can be installed with pipx, a tool for creating and managing Python Virtual …

  9. Development Tools — Python 3.14.2 documentation

    5 days ago · Development Tools ¶ The modules described in this chapter help you write software. For example, the pydoc module takes a module and generates documentation based on the module’s …

  10. Our Documentation | Python.org

    Browse the docs online or download a copy of your own. Python's documentation, tutorials, and guides are constantly evolving. Get started here, or scroll down for documentation broken out by type and …