目录
1. 问题
最近学习Python 中,看到好多人都在学习这个,好多链接应接不暇的;
2. 汇总
汇总如下(LTS: 长久更新):
2.1 知乎系列:
1. 编程零基础应当如何开始学习 Python ? (https://www.zhihu.com/question/20039623);
2. 如何入门Python 爬虫 ?(https://www.zhihu.com/question/20899988/answer/24923424);
3. Python 话题 (https://www.zhihu.com/topic/19552832/top-answers);
4. Python 学到什么程度可以面试工作 ?(https://www.zhihu.com/question/54513391/answer/789529956);
2.2 Python 官网系列:
- Python 教程 (https://docs.python.org/zh-cn/2.7/tutorial/index.html#tutorial-index);
- Python 2.7.17 文档 (https://docs.python.org/zh-cn/2.7/);
- Python 标准库 (https://docs.python.org/zh-cn/2.7/library/index.html);
- Python 语言参考 (https://docs.python.org/zh-cn/2.7/reference/index.html#reference-index);
- Built-in Functions (https://docs.python.org/2.7/library/functions.html);
- Python 教程 (https://docs.python.org/zh-cn/3.8/tutorial/index.html#tutorial-index);
- Python 3.8.0 文档 (https://docs.python.org/zh-cn/3.8/);
- Python 标准库 (https://docs.python.org/zh-cn/3.8/library/index.html);
- Python 语言参考 (https://docs.python.org/zh-cn/3.8/reference/index.html#reference-index);
- Built-in Functions (https://docs.python.org/3.8/library/functions.html);
- Python Packaging Authority (https://www.pypa.io/en/latest/);
- pypi (https://pypi.org/);
2.3 廖雪峰 系列(牛X 大神):
2.4 Github 系列:
- Python Topic (https://github.com/search?q=python);
- Python Algorithms (https://github.com/TheAlgorithms/Python);
- awesome-python (https://github.com/vinta/awesome-python,https://awesome-python.com/);
- free-programming-books-zh_CN (https://github.com/justjavac/free-programming-books-zh_CN#python);
2.5 Python 爬虫系列:
- PythonSpiderNotes (https://github.com/lining0806/PythonSpiderNotes);
- 网络爬虫-宁哥的小站 (http://www.lining0806.com/category/spider/);
- 基于Scrapy网络爬虫的搭建 (http://www.lining0806.com/%e5%9f%ba%e4%ba%8escrapy%e7%bd%91%e7%bb%9c%e7%88%ac%e8%99%ab%e7%9a%84%e6%90%ad%e5%bb%ba/);
(完)