Here's a summary of the URLs or resources that you used to learn about Python, including a lot of people's blogs, which make it easy to find resources from this portal.
1.https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/
(Liaoche's official website with Python's comprehensive Basics)
2.http://matplotlib.org/gallery/index.html
(Python's matplotlib can be drawn in 2D chart types, convenient for machine learning, data mining)
3.http://data.okfn.org
(Download CSV format or JSON format data is useful)
4.http://www.wunderground.com
(Download weather data in CSV format)
5.http://apistore.baidu.com/
(A dedicated API site, do crawlers can be used)
6.http://blog.csdn.net/c406495762/article/details/58716886
(Introduction to Python crawlers, a comparison system of Python3 on the crawler)
7.http://blog.csdn.net/csywwx2008/article/details/17137097
(Common coding methods, do Python encounter coding problems can come to reference)
Python learns good websites that are commonly used