Completed
Programming Challenge - Pizza Maker Intro 1:31:56
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Full Course Tutorial - Complete Programming Guide for Beginners to Expert
Automatically move to the next video in the Classroom when playback concludes
- 1 Start 0:00
- 2 Welcome to Python 00:08
- 3 Python Official Site 2:50
- 4 Shell VS Script Mode IDLE 5:48
- 5 What is a Variable and Variable Types 8:57
- 6 Integers VS Floats 14:12
- 7 Integer Truncation 17:32
- 8 Floats and Whole Number Floats 19:17
- 9 What is a Boolean and When are They Used 25:04
- 10 MAKE YOUR CODE READABLE 28:39
- 11 First Programming Challenge 32:49
- 12 Saving and Running Programs 39:38
- 13 Loose Typing in Python and Taking Inputs 42:55
- 14 Type Conversions 48:37
- 15 Beginner Conclusion 51:59
- 16 Intermediate Introduction 54:32
- 17 What is a Decision Structure 55:30
- 18 If Statements and Greater Than vs Greater Than Equals 59:30
- 19 Recap of Booleans and How They Evaluate 1:01:30
- 20 While Loops 1:06:38
- 21 For Loop and For Loop With Range FN 1:11:25
- 22 Programming Challenge - Password Checker 1:15:54
- 23 Functions Introduction 1:23:01
- 24 Processing Data in a Function 1:27:23
- 25 Programming Challenge - Pizza Maker Intro 1:31:56
- 26 PC 2 Toppings and Input Validation 1:34:55
- 27 PC 2 doughNeeded and main 1:44:29
- 28 Debugging and Improving Output 1:51:13
- 29 Importing Modules Introduction 1:56:54
- 30 Using Functions from Modules 1:58:45
- 31 Hierarchy Chart and Structuring Programs 2:01:11
- 32 Intermediate Conclusion 2:07:25
- 33 Advanced Introduction 2:09:11
- 34 Lists and Functions of Lists 2:09:49
- 35 Sort and Multiple Type Lists 2:15:02
- 36 Indexing and Stepping Through Lists 2:17:59
- 37 Insert and Lists 2:22:09
- 38 Pop Vs Remove 2:27:23
- 39 Concatenating Two Lists and Matrices 2:29:33
- 40 What is a Tuple and When to use it 2:33:29
- 41 Programming Challenge Lists and Tuples 2:37:51
- 42 Debugging Lists Programming Challenge 2:45:50
- 43 What is a Dictionary and When do you Need it 2:51:57
- 44 Various Functions of Dictionaries 2:57:19
- 45 Nested Lists, Tuples, and Dicts 3:01:51
- 46 Advanced Conclusion 3:07:03
- 47 Expert Introduction 3:11:05
- 48 Advanced 3:12:15
- 49 Other Modes of Debugging 3:16:15
- 50 File IO Introduction and Tips 3:20:37
- 51 CSVs and Using a Loop to Write to a File 3:25:54
- 52 Running CSV Test File and IO to Binary Files 3:31:51
- 53 Datetime and Functions of Datetime 3:38:31
- 54 Rounding and Fstrings 3:45:22
- 55 Beginning of Final Programming Challenge 3:48:45
- 56 startJournal and addEntry Functions PC 3:53:15
- 57 addEntry and readEntries Functions PC 3:58:13
- 58 Main Function PC 4:05:01
- 59 Debugging and Testing Programming Challenge 4:11:39
- 60 Expert Conclusion 4:17:15