1.10 查找学习手册和教程
有很多方法都可以找到Python的手册和其他相关材料。常用的资料已经随软件安装在电脑里或者可以在Python网页上找到。以下进一步说明如何获取这些资料。
执行以下步骤来得到已经安装在电脑里的资料。
1.单击开始菜单,然后展开“所有程序”选项。
2.找到Python 3.3。
3.单击Python Manuals,如图1-8所示。
图1-8
4.单击Python Manuals之后,会看到图1-9所示的窗口。
图1-9
另外一个主要的资料来源是Python的主页。
• Python 3.2 documents (3.2.5, last updated on May 15, 2013) http://docs.python.org/3.2/download.html
• Python 3.3 documents (3.3.2, last updated on August 04, 2013) http://docs.python.org/3.3/download.html
• Python 2.7 document(2.7.5, last updated on September 20, 2013) http://docs.python.org/2.7/download.html
此外,Python初学者可以在下面网站找到Python的很多其他学习资料。
• Online_tutorials:
◦ http://docs.python.org/3/tutorial/
◦ http://docs.python.org/2/tutorial/
• PDF version (424pages):
◦ http://www.tutorialspoint.com/python/python_pdf_version.htm
◦ http://anh.cs.luc.edu/python/hands-on/3.1/Hands-onPythonTutorial.pdf