Completed
00:00 Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Tutorial - All 25 Concepts You Need To Know
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Setup
- 2 00:37 Variables & Data Types
- 3 05:18 Snake case vs Camel case vs Kebab case
- 4 05:34 Constants
- 5 06:03 Functions
- 6 08:16 Parameters vs Arguments
- 7 09:48 pass
- 8 10:11 Control flow if-else
- 9 11:56 Indentation
- 10 12:12 Auto formatting
- 11 12:46 For loops
- 12 13:29 range
- 13 13:54 List comprehension
- 14 14:28 While loop
- 15 14:42 Infinite loop
- 16 15:46 input
- 17 16:33 Sets
- 18 17:03 Tuples
- 19 17:12 Type annotations
- 20 21:06 DataCamp
- 21 21:15 Class & OOP
- 22 23:15 Dunder / Magic methods __init__
- 23 23:38 __main__
- 24 24:04 Try Except
- 25 24:48 Open other files read
- 26 25:07 Open other files write
- 27 25:24 Modules
- 28 27:14 DataCamp