Completed
0:00 - Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Python in 4 Hours - Full Course for Absolute Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 - Intro
- 2 4:50 - Important Note about Replit
- 3 9:24 - Intro to Replit
- 4 14:42 - Hello World writing our very first program
- 5 20:30 - Data Types
- 6 21:50 - Working with Strings
- 7 30:46 - Other types of Variables
- 8 35:35 - Boolean Operators
- 9 39:45 - Arithmetic Operators
- 10 45:21 - Working with Strings section Intro
- 11 46:52 - Basic String Manipulation
- 12 52:25 - String indexing and Slicing
- 13 1:01:15 - Common string methods
- 14 1:08:35 - More string manipulation
- 15 1:19:33 - Control Flow and Loops section Intro
- 16 1:21:14 - Intro to Algorithms
- 17 1:26:55 - If ELSE statements
- 18 1:38:42 - Building a simple password checker tool
- 19 1:43:20 - Introduction to Loops
- 20 1:47:36 - For and While Loops
- 21 1:57:38 - The Break Statement
- 22 2:10:55 - Try Except statements
- 23 2:18:06 - The Continue Statement
- 24 2:24:49 - Programming Challenge
- 25 2:42:27 - Functions Section Intro
- 26 2:43:28 - Defining and Calling Functions
- 27 2:46:45 - Parameters and Arguements
- 28 2:54:00 - Keyword Arguements
- 29 2:58:27 - Local and Global Variables
- 30 3:03:47 - Data Structures Section Intro
- 31 3:04:51 - Lists
- 32 3:12:26 - Using loops in a list
- 33 3:15:24 - Dictionaries
- 34 3:23:21 - Nested Dictionaries
- 35 3:28:14 - Sets
- 36 3:35:12 - Programming Challenge
- 37 3:53:37 - Authentication System Project
- 38 3:57:59 - Building the Registration Function
- 39 4:04:18 - Build the Login Function
- 40 4:11:22 - Creating the Authentication System
- 41 4:20:04 - Conclusion