Completed
⌨️ Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Python by Thinking in Types - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Welcome & Github Links
- 3 ⌨️ Tour of Python
- 4 ⌨️ Installation & Setting up Local Machine
- 5 ⌨️ Troubleshooting Installation Mac
- 6 ⌨️ Hello World
- 7 ⌨️ Understanding Variables
- 8 ⌨️ Creating Variables
- 9 ⌨️ Memory Allocation
- 10 ⌨️ Variable Declaration Rules
- 11 ⌨️ Primitive Data Types
- 12 ⌨️ String Formatting
- 13 ⌨️ First Bug
- 14 ⌨️ Practise String Formatting
- 15 ⌨️ If/Else
- 16 ⌨️ And/Or
- 17 ⌨️ For Loops
- 18 ⌨️ While Loops
- 19 ⌨️ Match Operator
- 20 ⌨️ Game - Save Zortan
- 21 ⌨️ Lists
- 22 ⌨️ Tuples
- 23 ⌨️ Dictionary
- 24 ⌨️ Set
- 25 ⌨️ Game - Save Zortan
- 26 ⌨️ Enum
- 27 ⌨️ Introduction to Functions
- 28 ⌨️ Better Functions
- 29 ⌨️ Weight
- 30 ⌨️ Fly
- 31 ⌨️ Args & Kwargs
- 32 ⌨️ Global & Local Scope
- 33 ⌨️ Game - Save Zortan
- 34 ⌨️ Higher Order Functions HOF
- 35 ⌨️ Object Oriented Programming OOP
- 36 ⌨️ Classes vs Instances
- 37 ⌨️ Methods
- 38 ⌨️ Character Class
- 39 ⌨️ Use of Classes
- 40 ⌨️ Members
- 41 ⌨️ Inheritance & Polymorphism
- 42 ⌨️ Decorators
- 43 ⌨️ Game - Save Zortan
- 44 ⌨️ Magic Methods
- 45 ⌨️ Error Handling
- 46 ⌨️ Try/Except
- 47 ⌨️ Try/Except/Else/Finally
- 48 ⌨️ Assertion Errors
- 49 ⌨️ Raising Errors
- 50 ⌨️ Understanding Modules
- 51 ⌨️ Packages
- 52 ⌨️ Local Package Imports
- 53 ⌨️ __init__.py
- 54 ⌨️ VOC-DTP
- 55 ⌨️ Cash Register - Part 1
- 56 ⌨️ Cash Register - Part 2
- 57 ⌨️ Game - Save Zortan
- 58 ⌨️ Final Words