「学习札记——Python」《The Python Tutorial》学习笔记
「学习笔记——Python」《The Python Tutorial》学习笔记《The Python Tutorial》学习笔记这是学习《The Python Tut
「学习笔记——Python」《The Python Tutorial》学习笔记
《The Python Tutorial》学习笔记
这是学习《The Python Tutorial》的一份笔记,理想的学习方式是先学习基本的概念,语法和特性,然后再学习 文件操作,网络操作等等应用,然后根据自己的需求在一个领域经常使用Python,慢慢地在应用中掌握。
资源:
汇总:http://www.python.org/ 这个网站中包含了python的解释器,标准库,文档,第三方模块,工具等
标准库:http://docs.python.org/2.7/library/index.html#library-index语言参考:http://docs.python.org/2.7/reference/index.html#reference-index使用c/c++扩展Pythonhttp://docs.python.org/2.7/extending/index.html#extending-indexhttp://docs.python.org/2.7/c-api/index.html#c-api-index下面开始学习Python~
Python开胃菜: http://blog.csdn.net/on_1y/article/details/8603482Python解释器的使用:http://blog.csdn.net/on_1y/article/details/8603496