Completed
Iteration Theory
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Basics Full Course Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Start
- 2 Introduction
- 3 Installing Python
- 4 Python Tools
- 5 Running Python Scripts Via Command Line
- 6 Installing and Getting Started with an IDE - PyCharm
- 7 Using Numbers and Variables - Part 1
- 8 Using Numbers and Variables - Part 2
- 9 Pythagorean Theorem Script
- 10 Currency Converter
- 11 Enhanced Currency Converter
- 12 Bool Datatype
- 13 Relational Operators
- 14 If Else Statements
- 15 Elif Statements
- 16 Conclusion
- 17 Introduction
- 18 Validating User Input
- 19 Nested If Statements
- 20 Grocery Budget Calculator
- 21 Iteration Theory
- 22 Iteration for Loops
- 23 While Loops
- 24 Secret Number Game
- 25 Data Structure Theory
- 26 List Data Structure - Part 1
- 27 List Data Structure - Part 2
- 28 Tuple Data Structure
- 29 Set Data Structure
- 30 Dictionary Data Structure
- 31 Conclusion