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

48 lines
1.3 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 系列文章**
2019-07-06 09:59:50 +00:00
本草根编写的 Python 文章,里面有各种例子代码
传送门: [Gitbook](https://www.readwithu.com/)[github](https://github.com/TwoWater/Python)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **Python 在线手册**
2019-07-06 09:59:50 +00:00
Python 在线手册站,收集整理了大量 Python 流行技术文档和教程。更多时候我们用来查询 Api 。
传送门:[官方地址](http://docs.pythontab.com)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **Python轻松入门**
2019-07-06 09:59:50 +00:00
网易云课程Python 轻松入门
传送门: [官方地址](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **廖雪峰 Python 教程**
2019-07-06 09:59:50 +00:00
最最最经典的 Python 入门文章。
传送门:[官方地址](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **Python 基础教程**
2019-07-06 09:59:50 +00:00
详细的记录 Python 各个知识点的用法讲解,很适合小白入门。
传送门:[官方地址](http://www.runoob.com/python/python-tutorial.html)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **莫烦Python**
2019-07-06 09:59:50 +00:00
传送门:[官方地址](https://morvanzhou.github.io/tutorials/python-basic/)
2018-01-23 03:12:15 +00:00
2018-02-07 04:31:18 +00:00
* **The Hitchhikers Guide to Python**
2019-07-06 09:59:50 +00:00
传送门:[官方地址](http://docs.python-guide.org/en/latest/)