Python programming introductory series of graphic tutorials
IntroductionChapterCourseware
Python is a dynamically interpreted programming language. Python can be used on various operating systems such as Windows, UNIX, and MAC, and can also be used on Java and .NET development platforms. For getting started, the main thing is to master the basic syntax and be familiar with programming specifications. Therefore, most of the tutorials are basically the same, so it is recommended to choose a tutorial that suits you and stick to it.
Python code specifications, basic data types and variables, List and Tuple, Dict and Set, conditional statements and loop statements, etc. Python basic knowledge.