Completed
Building a Guessing Game
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installing Python 3
- 3 Your First Python Program
- 4 How Python Code Gets Executed
- 5 How Long It Takes To Learn Python
- 6 Variables
- 7 Receiving Input
- 8 Python Cheat Sheet
- 9 Type Conversion
- 10 Strings
- 11 Formatted Strings
- 12 String Methods
- 13 Arithmetic Operations
- 14 Operator Precedence
- 15 Math Functions
- 16 If Statements
- 17 Logical Operators
- 18 Comparison Operators
- 19 Weight Converter Program
- 20 While Loops
- 21 Building a Guessing Game
- 22 Building the Car Game
- 23 For Loops
- 24 Nested Loops
- 25 Lists
- 26 2D Lists
- 27 My Complete Python Course
- 28 List Methods
- 29 Tuples
- 30 Unpacking
- 31 Dictionaries
- 32 Emoji Converter
- 33 Functions
- 34 Parameters
- 35 Keyword Arguments
- 36 Return Statement
- 37 Creating a Reusable Function
- 38 Exceptions
- 39 Comments
- 40 Classes
- 41 Constructors
- 42 Inheritance
- 43 Modules
- 44 Packages
- 45 Generating Random Values
- 46 Working with Directories
- 47 Pypi and Pip
- 48 Project 1: Automation with Python
- 49 Project 2: Machine Learning with Python
- 50 Project 3: Building a Website with Django