Completed
- Course Intro & Course Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Tutorial for Beginners - Learn Python in 5 Hours
Automatically move to the next video in the Classroom when playback concludes
- 1 - Course Intro & Course Overview
- 2 - Introduction to Python
- 3 - Installation and Local Setup with PyCharm
- 4 - Write our first Python program
- 5 - Python IDE vs simple File Editor
- 6 - Strings and Number Data Types
- 7 - Variables in Python
- 8 - Encapsulate Logic with Functions
- 9 - Scope
- 10 - Accepting User Input
- 11 - Conditionals (if / else) and Boolean Data Type
- 12 - Error Handling with Try / Except
- 13 - While Loops
- 14 - Lists and For Loops
- 15 - Thanks JetBrains!
- 16 - Comments in Python
- 17 - Sets
- 18 - Built-In Functions
- 19 - Dictionary Data Type
- 20 - Modularize your project with Modules
- 21 - Project: Countdown App
- 22 - Packages, PyPI and pip
- 23 - Project: Automation with Python (Working with Spreadsheets)
- 24 - Object Oriented Programming: Classes and Objects
- 25 - Project: API Request to GitLab
- 26 - Wrap Up