filmov
tv
Learn Python | Full Course

Показать описание
TABLE OF CONTENTS:
00:00:00 - Introduction
00:43:32 - 2. Operators
00:55:53 - 3. Conditionals
01:25:48 - 6. Functions
02:03:00 - 9. Classes, Objects
02:12:52 - 10. Property Decorator
02:16:25 - 11. Setters
02:25:37 - 13. Static Methods
02:27:50 - 14. Class Attributes
02:41:56 - 16. Inheritance
02:50:45 - 17. Polymorphism
02:55:24 - 18. Multi-level Inheritance
02:56:11 - 19. Multi-Class Inheritance
POINTERS:
- I mention the range "object" a lot. I mean range "function".
- I use f-strings a lot (without really explaining what they are). They're basically special strings where you can input values inside the string in-line.
- I mention "container" loosely to refer to data structures that are a "bag of items" but there's no such actual terminology in the Python vocabulary.
00:00:00 - Introduction
00:43:32 - 2. Operators
00:55:53 - 3. Conditionals
01:25:48 - 6. Functions
02:03:00 - 9. Classes, Objects
02:12:52 - 10. Property Decorator
02:16:25 - 11. Setters
02:25:37 - 13. Static Methods
02:27:50 - 14. Class Attributes
02:41:56 - 16. Inheritance
02:50:45 - 17. Polymorphism
02:55:24 - 18. Multi-level Inheritance
02:56:11 - 19. Multi-Class Inheritance
POINTERS:
- I mention the range "object" a lot. I mean range "function".
- I use f-strings a lot (without really explaining what they are). They're basically special strings where you can input values inside the string in-line.
- I mention "container" loosely to refer to data structures that are a "bag of items" but there's no such actual terminology in the Python vocabulary.