完整的 Python 大师班,从初学者到专业人士
Full python Masterclass, From a beginner to employed
- 1. Introduction
- 1. Introduction
- 2. Software Setup
- 1. Setting up pycharm on windows
- 3. Python Basics
- 1. Introduction
- 2. The print Statement
- 3. Variables
- 4. Variables 2
- 5. The input statement
- 4. Control flow
- 1. The if Statement
- 2. Elif Statement
- 3. Else statement
- 4. Nested Ifs
- 5. Loops
- 1. While loops
- 2. Break and continue statements
- 3. The for loop
- 4. Range based For loop
- 5. Nested loops
- 6. Data structures in python
- 1. Intoduction to strings
- 2. String Slicing
- 3. Modifying Strings
- 4. String Concatenation
- 6. Introduction to lists
- 7. Inserting Items
- 8. Removing Elements
- 9. List Comprehension
- 11. Tuples
- 12. Unpacking Tuples
- 14. Dictionaries
- 15. Modifying Dictionaries
- 16. Loops with dictionaries
- 17. Nested Dictionaries
- 7. Function
- 1. Introduction to functions
- 2. Passing Arguements
- 3. Arbitrary Arguements
- 4. The return Statement
- 5. Input and return Types
- 6. Recursion
- 8. Introduction to OOP
- 1. Intro to OOP
- 2. Constructors
- 3. Getters, Setters and str
- 4. Using Functions
- 5. del Keyword
- 9. Inheritance
- 1. Intro to inheritance
- 2. In depth inheritance