The first chapter is about Python
1.python Language Introduction (including the rest of the language)
2. How can I learn python programming?
2.python Development Environment Description
2.1 Installation/use of Mac Windows
2.2 Development tools: use of pycharm tools
3. The first Python applet
Chapter II Python variables
1. Variables and types of variables
2. Identifiers and Keywords
3. How to name a variable
4. Arithmetic operators
5. Input and output
6. Notes
Chapter III Logical CONTROL statements
1. Boolean values
2. Comparison operators
3. Boolean operator (two-tuple Boolean operator/not operator)
4.if Statement Basic format
5.if...else ... Statement
6.if...elif...else statements
7. Logical operators
8. Compare relational operators
9. Operator Precedence
10.while Loop Syntax format
11. Equivalent while loop
Usage of 12.break
Usage of 13.continue
Chapter fourth Python data types
1. Binary
2. Character encoding
3. Digital
4. String
5. List
6. Tuples
7. mutable and immutable data types
8. Dictionaries
Fifth Chapter function
1.def Statements and Parameters
2. Return value and return statement
3.None value
4. Keywords and parameters print ()
5. Local and global scopes
6. Generator
7. iterators
Sixth. File operations
1. Concept of documentation
2. Opening and closing of files
3. File reading and writing
4. File location read-write, file, directory-related operations
The seventh chapter module and package
1. Concepts of modules and packages
2.import Statement Usage
3.form...import ... Usage of
4. Pending additions
Python Introductory Course Catalog