Because I am quite interested in Python, I summarize the Python learning materials, including three parts:
This is what I saw in Baidu experience and summarized by others. I think it's not bad, so I took it and used it directly~
1、 Teacher Vamei: [python quick tutorial]
2、 Teacher Liao Xuefeng: [python tutorial]
3、 Experimental Building: [Python Basics + Project Practical Course]
4、 "The Stupid Way to Learn Python": This book is definitely the easiest way to learn Python. The HTML online version of this book is completely free.
5、 Python Weekly: weekly updates, including Python-related articles, tutorials, lectures, books, projects, work, etc.
6、 Python challenge: Use Python programming skills to solve 33 puzzles and break through levels.
7、 Python official documentation: official website, go find information!
1、 Python can develop some small applications such as chat rooms, blogs, calculators, etc., we must think of when we develop in school;
Put a few tutorials, if you want to learn, you can take a look:
2、 If you are a person who likes to play games, Python can also be used to develop games: 2048, hitting a plane... some small games you can think of are all available~
3、 Of course, you can also use Python to do some cool things, such as cracking the verification code, automatically filling in the questionnaire, crawling...
4、 It can definitely be used for some practical and interesting development
There are many, so I won't list them!
Recommended Posts