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
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
There are also many free python tutorials on MOOC. Basic learning is definitely enough.
https://www.imooc.com/course/list?c=python
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
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