Revision 3 as of 2007-03-07 09:08:05

Clear message

Python初学者入门指南

*本文为译文,原文来自[http://wiki.python.org/moin/BeginnersGuide Beginner's Guide to Python]

如果你知道从哪里开始,那么Python是免费的(自由的),而且是易学的!这个指南将会帮助你快速入门。

阅读[http://wiki.python.org/moin/BeginnersGuide/Overview 这里(English)]可以看到关于Python的一个简短的说明。

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

[http://wiki.python.org/moin/BeginnersGuide/Download 这里(English)]是下载Python的正确版本的指南。

Unable to edit the page? See the FrontPage for instructions.