Skip to content

Commit 46104f9

Browse files
authored
Update README.md
1 parent c3170df commit 46104f9

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,53 +36,53 @@
3636

3737
### [免费的计算机编程类中文书籍](https://github.com/justjavac/free-programming-books-zh_CN) 索引下的 [Python](https://github.com/justjavac/free-programming-books-zh_CN#python)目录:
3838

39+
* [笨办法学 Python](http://old.sebug.net/paper/books/LearnPythonTheHardWay/) ([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))
3940
* [廖雪峰 Python 2.7 中文教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
4041
* [廖雪峰 Python 3 中文教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
42+
* [Python最佳实践指南](http://pythonguidecn.readthedocs.io/zh/latest/)
4143
* [简明Python教程](http://www.kuqin.com/abyteofpython_cn/)
4244
* [零基础学 Python 第一版](http://www.kancloud.cn/kancloud/python-basic)
4345
* [零基础学 Python 第二版](http://www.kancloud.cn/kancloud/starter-learning-python)
46+
* [知乎周刊·编程小白学Python](https://read.douban.com/ebook/16691849/)
4447
* [可爱的 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+
* [Python 核心编程 第二版](https://wizardforcel.gitbooks.io/core-python-2e/content/) CPyUG译
54+
* [Python 精要教程](https://www.gitbook.com/book/wizardforcel/python-essential-tutorial/details)
4555
* [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html)
4656
* [Python 3.3 官方教程中文版](http://www.pythondoc.com/pythontutorial3/index.html)
4757
* [Python Cookbook 中文版](http://www.kancloud.cn/thinkphp/python-cookbook)
4858
* [Python3 Cookbook 中文版](https://github.com/yidao620c/python3-cookbook)
59+
* [Think Python](https://github.com/carfly/thinkpython-cn)
60+
* [Think Python 2ed](https://github.com/bingjin/ThinkPython2-CN)
61+
* [Python 正则表达式操作指南](http://wiki.ubuntu.org.cn/Python正则表达式操作指南)
62+
* [Python进阶](https://www.gitbook.com/book/eastlakeside/interpy-zh/details)
4963
* [深入 Python](http://www.kuqin.com/docs/diveintopythonzh-cn-5.4b/html/toc/)
5064
* [深入 Python 3](http://old.sebug.net/paper/books/dive-into-python3/)
65+
* [精通 Python 设计模式](https://github.com/cundi/Mastering.Python.Design.Patterns)
66+
* [python 安全编程教程](https://github.com/smartFlash/pySecurity)
67+
* [程序设计思想与方法](https://www.gitbook.com/book/wizardforcel/sjtu-cs902-courseware/details)
68+
* [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)
5170
* [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8)
5271
* [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/)
53-
* [Python入门教程](http://liam0205.me/2013/11/02/Python-tutorial-zh_cn/) ([PDF](http://liam0205.me/attachment/Python/The_Python_Tutorial_zh-cn.pdf))
54-
* [笨办法学 Python](http://old.sebug.net/paper/books/LearnPythonTheHardWay/) ([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))
55-
* [Python自然语言处理中文版](http://pan.baidu.com/s/1qW4pvnY) (感谢陈涛同学的翻译,也谢谢 [@shwley](https://github.com/shwley) 联系了作者)
56-
* [Python 绘图库 matplotlib 官方指南中文翻译](http://liam0205.me/2014/09/11/matplotlib-tutorial-zh-cn/)
57-
* [Scrapy 0.25 文档](http://scrapy-chs.readthedocs.org/zh_CN/latest/)
58-
* [ThinkPython](https://github.com/carfly/thinkpython-cn)
59-
* [ThinkPython 2ed](https://github.com/bingjin/ThinkPython2-CN)
60-
* [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html)
61-
* [Python 正则表达式操作指南](http://wiki.ubuntu.org.cn/Python正则表达式操作指南)
62-
* [python初级教程:入门详解](http://www.crifan.com/files/doc/docbook/python_beginner_tutorial/release/html/python_beginner_tutorial.html)
6372
* [Twisted 与异步编程入门](https://www.gitbook.com/book/likebeta/twisted-intro-cn/details)
6473
* [TextGrocery 中文 API](http://textgrocery.readthedocs.org/zh/latest/index.html) ( 基于svm算法的一个短文本分类 Python 库 )
6574
* [Requests: HTTP for Humans](http://requests-docs-cn.readthedocs.org/zh_CN/latest/)
6675
* [Pillow 中文文档](http://pillow-cn.readthedocs.org/en/latest/#)
6776
* [PyMOTW 中文版](http://pymotwcn.readthedocs.org/en/latest/index.html)
68-
* [Python 官方文档中文版](http://data.digitser.net/zh-CN/python_index.html)
6977
* [Fabric 中文文档](http://fabric-chs.readthedocs.org)
7078
* [Beautiful Soup 4.2.0 中文文档](http://beautifulsoup.readthedocs.org/zh_CN/latest/)
79+
* [Python 绘图库 matplotlib 官方指南中文翻译](http://liam0205.me/2014/09/11/matplotlib-tutorial-zh-cn/)
80+
* [Scrapy 0.25 文档](http://scrapy-chs.readthedocs.org/zh_CN/latest/)
7181
* [用Python做科学计算](http://old.sebug.net/paper/books/scipydoc)
72-
* [Sphinx 中文文档](http://www.pythondoc.com/sphinx/index.html)
73-
* [精通 Python 设计模式](https://github.com/cundi/Mastering.Python.Design.Patterns)
74-
* [python 安全编程教程](https://github.com/smartFlash/pySecurity)
75-
* [程序设计思想与方法](https://www.gitbook.com/book/wizardforcel/sjtu-cs902-courseware/details)
76-
* [知乎周刊·编程小白学Python](https://read.douban.com/ebook/16691849/)
7782
* [Scipy 讲义](https://github.com/cloga/scipy-lecture-notes_cn)
78-
* [Python 学习笔记 基础篇](http://www.kuqin.com/docs/pythonbasic.html)
79-
* [Python 学习笔记 模块篇](http://www.kuqin.com/docs/pythonmodule.html)
80-
* [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)
81-
* [Python进阶](https://www.gitbook.com/book/eastlakeside/interpy-zh/details)
82-
* [Python 核心编程 第二版](https://wizardforcel.gitbooks.io/core-python-2e/content/) CPyUG译
83-
* [Python最佳实践指南](http://pythonguidecn.readthedocs.io/zh/latest/)
84-
* [Python 精要教程](https://www.gitbook.com/book/wizardforcel/python-essential-tutorial/details)
8583
* [Python 量化交易教程](https://www.gitbook.com/book/wizardforcel/python-quant-uqer/details)
84+
* [Python自然语言处理中文版](http://pan.baidu.com/s/1qW4pvnY) (感谢陈涛同学的翻译,也谢谢 [@shwley](https://github.com/shwley) 联系了作者)
85+
* [Sphinx 中文文档](http://www.pythondoc.com/sphinx/index.html)
8686
* Django
8787
* [Django 1.5 文档中文版](http://django-chinese-docs.readthedocs.org/en/latest/) 正在翻译中
8888
* [Diango 1.7 文档中文版](http://django-1-7-doc.coding.io/) 正在翻译中,目前只翻译了目录

0 commit comments

Comments
 (0)