Python 精通 - 综合指南(中级)
上次更新时间:2024-11-28
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
1. Introduction
2. Object-Oriented Programming (OOP)
- 1. Create Class with Attribute and Method
- 2. How Class Help to Create Complex Solution
- 3. Check Instance Type of Class
- 4. Class Method and Attribute
- 5. Callable Object
- 6. Compare Class Object using Magic Method
- 7. Magic Method str and repr
- 8. Magic Method to Access Attribute
- 9. Abstract Base Class
- 10. Interface
- 11. Inheritance
- 12. Multiple Inheritance
- 13. Composite Class
3. SOLID Overview
4. Creational Design Patterns
- 1. Factory Method
- 2. Code Along - Factory Method(1) - interface requirement
- 3. Code Along - Factory Method(2) - Object Creation using Factory
- 4. Code Along - Factory Method(2) - Apply Open Close Principle
- 5. Builder Pattern Introduction
- 6. Builder Pattern Demo
- 7. Singleton Pattern - Mind Map Story
- 8. Singleton Pattern
- 10. Prototype Pattern
5. Database Integration using SQLAlchemy
- 1. Introduction SQLAlchemy
- 3. Install SQLAlchemy
- 4. Insert data into table - Core
- 5. Create table - Core
- 6. Read data from table - Core
- 7. Read data from table using Pandas
- 8. Load data to table using Pandas
- 9. Update table data - Core
- 10. Delete records from table - Core
- 11. Delete table - Core
- 12. Advantages of SQLAlchemy Core
- 14. SQLAlchemy ORM - Introduction
- 15. Classical Mapping - ORM
- 16. Declarative API - ORM
- 17. Declarative API Model Demo
- 18. Create table and load data - ORM
- 19. Read data from table - ORM
- 20. Read data with filter - ORM
- 21. Update table data - ORM
- 22. Delete records from table - ORM
- 23. Advantages of SQLAlchemy ORM
- 25. Mini Project Demo using Docker - Preview
- 26. Mini Project(SQLAlchemy) - Solution
课程内容
7个章节 , 66个讲座
1. Introduction
2. Object-Oriented Programming (OOP)
- 1. Create Class with Attribute and Method
- 2. How Class Help to Create Complex Solution
- 3. Check Instance Type of Class
- 4. Class Method and Attribute
- 5. Callable Object
- 6. Compare Class Object using Magic Method
- 7. Magic Method str and repr
- 8. Magic Method to Access Attribute
- 9. Abstract Base Class
- 10. Interface
- 11. Inheritance
- 12. Multiple Inheritance
- 13. Composite Class
3. SOLID Overview
4. Creational Design Patterns
- 1. Factory Method
- 2. Code Along - Factory Method(1) - interface requirement
- 3. Code Along - Factory Method(2) - Object Creation using Factory
- 4. Code Along - Factory Method(2) - Apply Open Close Principle
- 5. Builder Pattern Introduction
- 6. Builder Pattern Demo
- 7. Singleton Pattern - Mind Map Story
- 8. Singleton Pattern
- 10. Prototype Pattern
5. Database Integration using SQLAlchemy
- 1. Introduction SQLAlchemy
- 3. Install SQLAlchemy
- 4. Insert data into table - Core
- 5. Create table - Core
- 6. Read data from table - Core
- 7. Read data from table using Pandas
- 8. Load data to table using Pandas
- 9. Update table data - Core
- 10. Delete records from table - Core
- 11. Delete table - Core
- 12. Advantages of SQLAlchemy Core
- 14. SQLAlchemy ORM - Introduction
- 15. Classical Mapping - ORM
- 16. Declarative API - ORM
- 17. Declarative API Model Demo
- 18. Create table and load data - ORM
- 19. Read data from table - ORM
- 20. Read data with filter - ORM
- 21. Update table data - ORM
- 22. Delete records from table - ORM
- 23. Advantages of SQLAlchemy ORM
- 25. Mini Project Demo using Docker - Preview
- 26. Mini Project(SQLAlchemy) - Solution