Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python3 - Bootcamp Course
First Section
How to Learn Python Quick (6:54)
Install Python and Pip works with Windows 10 Ubuntu, Linux Ubuntu, and Vagrant Ubuntu (7:12)
Create an alias for linux ubuntu, windows 10 ubuntu, vagrant ubuntu (4:36)
Install Python3 and Pip on Mac (2:49)
Create an alias for python on mac (3:50)
Write our first program! (3:03)
Python through the console (1:54)
Integers (Numbers)
Integers and Basic Math (9:22)
Integers and basic math part 2 (3:46)
Integers Quiz
Variables
declare variables (10:06)
Variable conventions (6:24)
None is Python's null (2:45)
User Input (5:43)
Variables Quiz
String
Declare a string (3:08)
Escaping characters (8:24)
String operators (16:48)
String interpolation (8:29)
String Quiz
Booleans and Conditionals
Booleans (4:53)
logical operators (13:01)
if else statements (20:54)
Ternary Operator (5:33)
Booleans and Conditionals Quiz
Lists, Tuples, and sets
Lists Basics (11:08)
Methods to use with a list (17:17)
Tuples (9:02)
Sets (6:11)
Dictionary
Dictionary (14:40)
Methods to use with dictionary (13:18)
Loops
while loop (10:45)
For Loop (10:41)
break and continue in loops (3:53)
For Loop with a range (6:03)
Using Else with Loops (5:22)
Functions
All you need to know about functions (17:04)
Function Test (0:25)
Functions Test Answer (4:01)
Lamda Functions (7:48)
Built In Functions
Built In Functions (9:02)
Built In functions part 2 (17:56)
Debugging Python and Handling Errors
Understanding the errors in python (4:37)
Raise Errors (6:11)
Try exceptions else and finally (16:55)
Modules
Module Basics (9:41)
Built in Modules (8:29)
__name__ (9:30)
Using External Modules From Pip
Object Oriented Programming
What is Object Oriented Programming? (0:51)
Everything is an object (7:11)
Constructor (10:46)
Instance Methods (4:36)
Class attributes vs instance attribute (7:16)
Class Methods (7:57)
Repr (6:41)
Class Inheritance (15:24)
Project: Pokemon API
Setting up our project (1:36)
What is an api? (6:36)
using the pokemon api (10:55)
Converting JSON Data to Dictionary (8:09)
Get User Input (10:25)
Display Pokemon info (20:07)
Conclusion for python course (12:03)
Display Pokemon info
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock