结束语 - 资源推荐
这里列出了 Python 相关的一些资源,欢迎读者补充。
vinta/awesome-python: A curated list of awesome Python frameworks, libraries, software and resources
包含了 Python 框架、Python 库和软件的 awesome 列表。
aosabook/500lines: 500 Lines or Less
Python 神书,里面有若干个项目,每个项目都是由业内大神所写,每个项目代码在 500 行左右。
Python Module of the Week - PyMOTW 2
自 2007 年以来,Doug Hellmann 在他的博客上发表了颇受关注的「Python Module of the Week」系列,计划每周介绍一个 Python 标准库的使用。上面的链接是介绍 Python2 中的标准库,同样也有 Python3 的:Python 3 Module of the Week — PyMOTW 3。
Transforming Code into Beautiful, Idiomatic Python
写出简洁的、优雅的 Python 代码。
jobbole/awesome-python-cn: Python资源大全中文版
Python 资源大全,包含:Web 框架、网络爬虫、模板引擎和数据库等,由伯乐在线更新。
Pycoder’s Weekly | A Weekly Python E-Mail Newsletter
优秀的免费邮件 Python 新闻周刊。
伯乐在线翻译的 Python 学习资源。
Python 资源汇总,从基础入门到各种 Web 开发框架,再到高级的 ORM,Docker 等等。
The Hitchhiker’s Guide to Python!
Requests 作者 kennethreitz 的一本开源书籍,介绍 Python 的最佳实践。
Welcome to Python for you and me
介绍 Python 的基本语法,特点等。
District Data Labs - How to Develop Quality Python Code
开发高质量的 Python 代码。
A “Best of the Best Practices” (BOBP) guide to developing in Python.
Python 最佳实践。