This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Python初学者入门指南

*本文为译文,原文来自Beginner's Guide to Python

Python是免费的(自由的),而且是易学的!这个指南将会帮助你快速入门。

阅读这里可以看到关于Python的一个简短的说明。

接下来,需要在你的电脑上安装Python解释器。她是一个读取Python程序和执行她们指令的程序;在你能够执行任何一个Python程序之前需要安装她(Python interpreter)。

这里是下载Python的正确版本的指南。


2026-02-14 16:16