Better to use than charging, 6 must-see websites for self-learning python

Preface

The text and pictures in this article are from the Internet and are for learning and communication purposes only, and do not have any commercial use. If you have any questions, please contact us for processing.

PS: If you need Python learning materials, you can click on the link below to get it by yourself

Python free learning materials, codes and exchange answers click to join


Today I will share with you a few websites that are often used for self-learning python, which are very practical and recommend to collect them!

1. Chinese version of the official tutorial


https://docs.python.org/zh-cn/3/tutorial/errors.html#defining-clean-up-actions

 

 

 

You can download Python, use and learn Python from here. The official documents are naturally the most authoritative learning materials. Here you can see various basic code tutorials, as well as hundreds of ways to use python libraries, absolutely authoritative! Absolutely detailed!

2. Novice tutorial


http://www.runoob.com/

 

This website is very suitable for beginners to get started! Starting from the basic grammar, each article is equipped with examples, and the examples are well selected, simple and easy to understand.

3.W3school


http://www.w3school.com.cn/

 

All the resources on this website are permanently free, the examples are rich, the content is also very comprehensive, and there are some tests that can be used to verify whether you have really learned it. This website is also an entry choice for many people

4.python3 concise tutorial


https://www.jmjc.tech/tutorial/python/1

 

The advantage is that it provides an out-of-the-box experimental environment, which eliminates the trouble of setting up an environment. It is a comprehensive tutorial, divided into many different types of knowledge modules, more emphasis on actual combat, and it is also very good as an introduction.

5.python Code Example


https://www.programcreek.com/python/

 

Mainly use examples to simulate learning, you can search the code directly without too much praise, and you can enter the code example you want to learn.

6.LearnPython


https://www.learnpython.org/

 

No matter you are a novice or an experienced programmer, you can come to this website to learn. It covers basic and advanced python concepts, and all the tutorials are organized in orderly groupings, which is very convenient.

Guess you like

Origin blog.csdn.net/pythonxuexi123/article/details/114879418