Welcome to Python.org
www.python.org
Docs Documentation for Python's standard library, along with tutorials and guides, are available online. docs.python.org
Download Python | Python.org
www.python.org
Looking for Python with a different OS? Python for Windows, Linux/Unix, macOS, Android, iOS, other Want to help test development versions of Python 3.15? Pre-releases, Docker images
Status of Python versions
devguide.python.org
Status of Python versions ¶ The main branch is currently the future Python 3.16, and is the only branch that accepts new features. The latest release for each Python version can be found on the download page.
BeginnersGuide - Python Software Foundation Wiki Server
wiki.python.org
Getting Python Next, install the Python 3 interpreter on your computer. This is the program that reads Python programs and carries out their instructions; you need it before you can do any Python programming. Mac and Linux distributions may include an outdated version of Python (Python 2), but you should install an updated one (Python 3).
3.14.6 Documentation - Python
docs.python.org
Python 3.14 有什么新变化? 或 自 Python 2.0 以来的全部“新变化”文档 教程 从这里开始:Python 语法和特性之旅 库参考 标准库与内置对象 语言参考 语法与语言元素 Python 安装与使用 如何安装、配置与使用 Python Python 指南 深入学习特定主题 安装 Python 模块 第三方模块与 PyPI.org 扩展与嵌入 面向 C/C++ 的 ...
Python 教程 — Python 3.14.6 文档
docs.python.org
Python 是一门易于学习、功能强大的编程语言。它提供了高效的高级数据结构,还能简单有效地面向对象编程。Python 优雅的语法和动态类型以及解释型语言的本质,使它成为多数平台上写脚本和快速开发应用的理想语言。 Python 解释器及丰富的标准库针对所有主流系统平台以源代码或二进制形式在 ...
Writing your pyproject.toml - Python Packaging User Guide
packaging.python.org
Writing your pyproject.toml ¶ 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. The [build-system] table is strongly recommended. It allows you to declare which build backend you use and which other dependencies are needed to build your project. The [project] table is ...
Python Developer’s Guide
devguide.python.org
Python Developer’s Guide ¶ This guide is a comprehensive resource for contributing to Python – for both new and experienced contributors. It is maintained by the same community that maintains Python. We welcome your contributions! Start with the area that best matches what you want to do. If you still have questions after reviewing the material in this guide, then the Core Python ...
Python Insider
blog.python.org
The official blog of the Python core development team.