diff --git a/README.md b/README.md index acef81d..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) @@ -251,10 +253,20 @@ Just do it 。动手敲代码吧。 [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)