Recommendations of a few websites for learning Python

GitHub

GitHub is a hosting platform for open source and private software projects. You can find many open source learning projects on it, and maintain it by yourself after fork.

https://github.com/

Recommend a python learning project: Awesome Python, Awesome Python is known as the most comprehensive python resource project, a variety of selected Python frameworks, libraries, software and resources. awesome-python now has more than 80,000 Stars, and its popularity is evident.

https://github.com/vinta/awesome-python

Liao Xuefeng's Python Getting Started Tutorial

Teacher Liao Xuefeng's programming tutorials are very good, support online operation, from basic to advanced, including basic grammar, object-oriented programming knowledge, error debugging, unit testing, multi-process, coroutine, network programming and other advanced knowledge points.

https://www.liaoxuefeng.com/wiki/1016959663602400

Mukenet

There are also many free python tutorials on MOOC. Basic learning is definitely enough.

https://www.imooc.com/course/list?c=python

Station B

There are too many treasure tutorials on station B. In addition to python, there are many other learning resources. Look for it yourself, there is always one that suits you.

Little turtle zero-based entry to learn Python

The most popular Python introductory course at station B.

https://www.bilibili.com/video/av4050443

Python tutorial _600 episodes Python from entry to master tutorial

https://www.bilibili.com/video/av14184325

Python official website

https://docs.python.org/3/

Finally, the documents on the official website are the most suitable materials for self-study. In fact, many tutorials originated here. It is recommended to read the English document, but it is not good, install a translation plug-in, basically you can understand the same.

Recommended Posts

Recommendations of a few websites for learning Python
General outline for the first day of learning python
A summary of 200 Python standard libraries!
Learning path of python crawler development
Python crawls a full set of skins for the glory of the king
Python- crawl all pictures of a station
How about learning python at the age of 27?
python learning route
7 features of Python3.9
python list learning
14. MysSQL for Python3
A brief summary of the difference between Python2 and Python3
Python drawing | A variety of typhoon path visualization methods
How does python call the key of a dictionary
Detailed explanation of common tools for Python process control
How to understand a list of numbers in python