「学习笔记——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++扩展Python
[*]http://docs.python.org/2.7/extending/index.html#extending-index
[*]http://docs.python.org/2.7/c-api/index.html#c-api-index
下面开始学习Python~
[*]Python开胃菜: http://blog.iyunv.com/on_1y/article/details/8603482
[*]Python解释器的使用:http://blog.iyunv.com/on_1y/article/details/8603496
[*]Python非正式导引:http://blog.iyunv.com/on_1y/article/details/8613402
[*]Python流程控制:http://blog.iyunv.com/on_1y/article/details/8613417
[*]Python常用数据结构:http://blog.iyunv.com/on_1y/article/details/8621381
[*]Python的模块:http://blog.iyunv.com/on_1y/article/details/8627010
[*]Python输入输出:http://blog.iyunv.com/on_1y/article/details/8629178
[*]Python错误和异常:http://blog.iyunv.com/on_1y/article/details/8631204
[*]Python中的类:http://blog.iyunv.com/on_1y/article/details/8640012
[*]Python标准库简明教程:http://blog.iyunv.com/on_1y/article/details/8647624
[*]Python标准库简明教程II:http://write.blog.iyunv.com/postedit/8651038
[*]Python学习结束语:http://blog.iyunv.com/on_1y/article/details/8651198
页:
[1]