It's easier to use than the paid ones, 7 websites for self-learning python

Today, I will share with you a few websites that are often used in self-learning python. They are very practical and are recommended for collection!

0. Crossin's programming classroom

python666.cn

First of all, of course, I have to recommend my own python learning website. The content is aimed at beginners of python, which is easy to understand and can be learned from zero foundation. The course content is free, and if you have any questions during the learning process, you can post a discussion on bbs.crossincode.com.

1. Chinese version of the official tutorial

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

You can download, use, and learn Python from here. 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. Rookie Tutorial

http://www.runoob.com/

This site is great for newbies getting started! Starting from the basic grammar, each article is equipped with examples, and the examples are well selected, simple and clear, and easy to understand.

3.W3school

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

All the resources of 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 check whether you have really learned it. This site is also a starting point 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, eliminating the trouble of building an environment. It is a comprehensive tutorial, divided into many different categories of knowledge modules, more emphasis on actual combat, as an entry is also very good.

5.python Code Example

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

The simulation learning is mainly carried out through examples. It is not too good to search for the code directly. You can enter the code example you want to learn.

6.LearnPython

https://www.learnpython.org/

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

The above are several websites for self-learning Python, I hope they can be useful to you.

Guess you like

Origin blog.csdn.net/BYGFJ/article/details/123862253