diff --git a/README.md b/README.md index 7135be3..e979c3c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ PythonShare 1. 推荐[Python入门教程-By廖雪峰](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000) +2. [Tutorial - Learn Python in 10 minutes](https://www.stavros.io/tutorials/python/) + ### 进阶 0. 推荐[Requests 源码阅读](https://github.com/wangshunping/read_requests) @@ -247,9 +249,24 @@ Just do it 。动手敲代码吧。 [Python语言总结-初级中级高级教程](http://www.crifan.com/files/doc/docbook/python_summary/release/html/python_summary.html) 作者:@Crifan Li -[Python Guide Python 最佳实践](http://docs.python-guide.org/en/latest/?utm_campaign=Manong_Weekly_Issue_10&utm_medium=EDM&utm_source=Manong_Weekly) 英文 +[Python Guide Python 最佳实践(英文)](http://docs.python-guide.org/en/latest/?utm_campaign=Manong_Weekly_Issue_10&utm_medium=EDM&utm_source=Manong_Weekly) + +[Python 最佳实践指南(中文)](https://github.com/Prodesire/Python-Guide-CN) 关于Python安装、配置、和日常使用的最佳实践手册。 + +[Python 最佳实践指南 2018](https://pythoncaff.com/docs/python-guide/2018) Python 日常使用的最佳实践,高级 Python 开发者必知必会的知识 [《码农周刊》干货精选(Python 篇)](http://baoz.me/446252) 精选总结 + +[Python 3 Module of the Week](https://pymotw.com/3/) Python 标准库的使用 + +[Python - 100天从新手到大师](https://github.com/jackfrued/Python-100-Days) 100天从新手到大师 + +[Python 和 Diango 学习资料,书籍,文章,以及实战项目](https://github.com/zaxlct/python-django-learning) + +[What the f*ck Python!](https://github.com/satwikkansal/wtfpython) + +[https://github.com/leisurelicht/wtfpython-cn](wtfpython的中文翻译) + 八、爬虫以及模拟登陆新浪微博 -------------------------------------- [知乎:Python 爬虫如何入门学习](http://www.zhihu.com/question/20899988)