Completed
- Everything is an object
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Beginner Course - Learn to Code Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction to this Youtube Video and Welcome
- 2 - Introduction to the Python Course
- 3 - Installing Anaconda
- 4 - Basics Intro
- 5 - Numbers in Python
- 6 - Variables in Python
- 7 - Strings
- 8 - Quiz Answers
- 9 - Lists
- 10 - Quiz Lists
- 11 - Lists and Pop function
- 12 - Data Conversion
- 13 - Data Conversion 2
- 14 - Comments
- 15 - Quiz Comments
- 16 - Completion of Basics 1
- 17 - Intro to Control Structures
- 18 - If Else
- 19 - Comparison Operators
- 20 - Boolean AND and OR
- 21 - Quiz If Statements and Boolean
- 22 - In Membership operator
- 23 - Not Operator
- 24 - Quiz Not Operator
- 25 - ELIF
- 26 - While Loop
- 27 - For Loop
- 28 - When to use which loop
- 29 - Quiz Loops
- 30 - Loops break and Continue
- 31 - How to handle issues
- 32 - Twitter Bot
- 33 - Controles Final Challenge
- 34 - Functions Intro
- 35 - Functions
- 36 - Functions 2
- 37 - Quick Look at objects
- 38 - Opening Files intro
- 39 - Read Files
- 40 - Write Files
- 41 - The With Construct
- 42 - Open CSV files
- 43 - Read CSV Files and filter
- 44 - Excursus Graphs
- 45 - Birthstatistics
- 46 - Statistics Exercise Hints
- 47 - Exercise Birthstatistics
- 48 - Tips final challenge
- 49 - Final Exercise Functions
- 50 - Lists in Python
- 51 - Working with lists
- 52 - List Slicing
- 53 - Quiz List Slicing
- 54 - List Comprehension
- 55 - Intro Tuple and Dictionaries
- 56 - Dicitionaries
- 57 - Quiz Dictionaries
- 58 - Tuples
- 59 - Working with Tuples
- 60 - Dictionaries and loops
- 61 - Exercise Dicts and loops
- 62 - More tips on how to solve the challenge
- 63 - Nesting Lists
- 64 - Solution for Dictionaries and Loops
- 65 - OOP Intro
- 66 - Create a class and objects
- 67 - Constructors in Python
- 68 - Why private properties and methods
- 69 - Private methods and variables
- 70 - Why even use encapsulation
- 71 - Special methods __str__ __len__
- 72 - Inheritance and Polymorphism
- 73 - Inheritance exercise intro
- 74 - Sample solution for the inheritance challenge
- 75 - type and isinstance
- 76 - Everything is an object
- 77 - Naming conventions
- 78 - Static variables
- 79 - Solution for OOP challenge