Python/Res/Python博客网站资源.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2018-02-07 04:31:18 +00:00
# Python 博客网站资源
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **本人编写的 Python 系列文章**
2018-01-23 03:12:15 +00:00
- 链接: [https://www.readwithu.com/](https://www.readwithu.com/)
- github :[https://github.com/TwoWater/Python](https://github.com/TwoWater/Python)
- 本草根编写的 Python 文章,里面有各种例子代码
2018-02-07 04:31:18 +00:00
* **Python 在线手册**
2018-01-23 03:12:15 +00:00
- 链接: [http://docs.pythontab.com](http://docs.pythontab.com)
- Python 在线手册站,收集整理了大量 Python 流行技术文档和教程
2018-02-07 04:31:18 +00:00
* **Python轻松入门**
2018-01-23 03:12:15 +00:00
- 链接:[https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing)
- 网易云课程Python 轻松入门
2018-02-07 04:31:18 +00:00
* **廖雪峰 Python 教程**
2018-01-23 03:12:15 +00:00
- 链接:[http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
- 经典的 Python 入门文章
2018-02-07 04:31:18 +00:00
* **Python 基础教程**
2018-01-23 03:12:15 +00:00
- 链接:[http://www.runoob.com/python/python-tutorial.html](http://www.runoob.com/python/python-tutorial.html)
- 详细的记录 Python 各个知识点的用法讲解
2018-02-07 04:31:18 +00:00
* **莫烦Python**
2018-01-23 03:12:15 +00:00
- 链接:[https://morvanzhou.github.io/tutorials/python-basic/](https://morvanzhou.github.io/tutorials/python-basic/)
2018-02-07 04:31:18 +00:00
* **The Hitchhikers Guide to Python**
2018-01-23 03:12:15 +00:00
- 链接:[http://docs.python-guide.org/en/latest/](http://docs.python-guide.org/en/latest/)