|
34 | 34 | 最后引用 [彭猫](https://www.zhihu.com/people/happlex) 的话:每个人学编程的道路都是不一样的,其实大都殊途同归,没有迷路的人只有不能坚持的人。虽然听上去有点鸡汤,但是这是事实。 |
35 | 35 |
|
36 | 36 |
|
37 | | -### [免费的计算机编程类中文书籍](https://github.com/justjavac/free-programming-books-zh_CN) 索引下的 [Python](https://github.com/justjavac/free-programming-books-zh_CN#python)目录: |
| 37 | +### Python参考学习资料 |
38 | 38 |
|
39 | | -* [笨办法学 Python](https://learnpythonthehardway.org/book/) ([PDF](http://liam0205.me/attachment/Python/PyHardWay/Learn_Python_The_Hard_Way_zh-cn.pdf) [EPUB](https://www.gitbook.com/download/epub/book/wizardforcel/lpthw) [中文HTML](http://www.kancloud.cn/kancloud/learn-python-hard-way/49862)) |
| 39 | +* [笨办法学 Python](https://learnpythonthehardway.org/book/) ([PDF](http://liam0205.me/attachment/Python/PyHardWay/Learn_Python_The_Hard_Way_zh-cn.pdf) [EPUB](https://www.gitbook.com/download/epub/book/wizardforcel/lpthw) [中文HTML](http://www.kancloud.cn/kancloud/learn-python-hard-way/49863)):这本书在讲解 Python 的语法成分时,还附带大量可实践的例子,非常适合快速起步。 |
40 | 40 | * [廖雪峰 Python 2.7 中文教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000) |
41 | | -* [廖雪峰 Python 3 中文教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) |
42 | | -* [Python最佳实践指南](http://pythonguidecn.readthedocs.io/zh/latest/) |
| 41 | +* [廖雪峰 Python 3 中文教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000):Python 中文教程的翘楚,专为刚刚步入程序世界的小白打造。 |
| 42 | +* [Python最佳实践指南](http://pythonguidecn.readthedocs.io/zh/latest/)这本指南着重于 Python 的最佳实践,不管你是 Python 专家还是新手,都能获得极大的帮助。 |
| 43 | +* Python 官方文档:([2.7](https://docs.python.org/2/) [3.5](https://docs.python.org/3/) [中文版]http://data.digitser.net/zh-CN/python_index.html))实践中大部分问题,都可以在官方文档中找到答案。 |
| 44 | +* [Awesome Python 项目](http://awesome-python.com/) |
43 | 45 | * [简明Python教程](http://www.kuqin.com/abyteofpython_cn/) |
44 | 46 | * [零基础学 Python 第一版](http://www.kancloud.cn/kancloud/python-basic) |
45 | 47 | * [零基础学 Python 第二版](http://www.kancloud.cn/kancloud/starter-learning-python) |
46 | 48 | * [知乎周刊·编程小白学Python](https://read.douban.com/ebook/16691849/) |
47 | 49 | * [可爱的 Python](http://lovelypython.readthedocs.org/en/latest/) |
48 | | -* [Python 学习笔记 基础篇](http://www.kuqin.com/docs/pythonbasic.html) |
49 | | -* [Python 学习笔记 模块篇](http://www.kuqin.com/docs/pythonmodule.html) |
50 | | -* [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html) |
51 | | -* [Python入门教程](http://liam0205.me/2013/11/02/Python-tutorial-zh_cn/) ([PDF](http://liam0205.me/attachment/Python/The_Python_Tutorial_zh-cn.pdf)) |
52 | | -* [python初级教程:入门详解](http://www.crifan.com/files/doc/docbook/python_beginner_tutorial/release/html/python_beginner_tutorial.html) |
53 | 50 | * [Python 核心编程 第二版](https://wizardforcel.gitbooks.io/core-python-2e/content/) CPyUG译 |
54 | 51 | * [Python 精要教程](https://www.gitbook.com/book/wizardforcel/python-essential-tutorial/details) |
55 | 52 | * [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html) |
|
66 | 63 | * [python 安全编程教程](https://github.com/smartFlash/pySecurity) |
67 | 64 | * [程序设计思想与方法](https://www.gitbook.com/book/wizardforcel/sjtu-cs902-courseware/details) |
68 | 65 | * [Python 标准库 中文版](http://old.sebug.net/paper/books/python/%E3%80%8APython%E6%A0%87%E5%87%86%E5%BA%93%E3%80%8B%E4%B8%AD%E6%96%87%E7%89%88.pdf) |
69 | | -* [Python 官方文档中文版](http://data.digitser.net/zh-CN/python_index.html) |
70 | 66 | * [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8) |
71 | 67 | * [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/) |
72 | 68 | * [Twisted 与异步编程入门](https://www.gitbook.com/book/likebeta/twisted-intro-cn/details) |
|
0 commit comments