Autoplay
Autocomplete
Previous Lesson
Complete and Continue
The Complete 2023 Python Course
Python Basic & Advanced Data Types
Getting Familiar With Python (5:56)
Installing Python in Windows (4:24)
Anaconda and Jupyter Notebooks Part 1 (7:30)
Anaconda and Jupyter Notebooks part 2 (16:24)
Python Syntax (2:13)
Line Structure (7:11)
Comments (2:57)
Joining Lines (5:00)
Multiple Statements on a Single Line (4:52)
Indentation (7:39)
Python Basic Data Types Overview (8:25)
Python Variables (8:09)
Integers and Float (8:26)
Strings Overview (10:29)
String Manipulation (8:33)
String Indexing (6:31)
String Slicing (9:27)
Booleans (4:53)
Printing (10:33)
Mini-Project 1 - Letter Counter (19:55)
Python Operators (section overview) (4:11)
Arithmetic Operators (8:17)
Assignment Operators (3:40)
Comparison Operators (9:28)
Logical Operators (12:36)
Identity Operators (4:41)
Membership Operators (2:01)
Bitwise Operators (7:49)
Python Advanced Data Types Overview (10:37)
List Overview (4:38)
List Indexing and Slicing (4:25)
Tuples (2:20)
Sets (6:41)
Dictionaries (10:40)
When To Use Each One (4:31)
Compound Data Types (2:43)
Quiz #1
Python Flow Control
Control Flow Part Overview (15:00)
Intro to Control Flow (0:56)
Basic Conditional Statements (13:38)
More Conditional Statements (5:04)
For Loops (9:50)
While Loops (11:46)
Control Flow Part 2 Overview (2:28)
Break Statements (7:59)
Continue Statements (4:51)
Zip Function (7:20)
Enumerate Function (3:58)
List Comprehension (4:27)
Quiz #2
Python Basic & Advanced Functions
Python Functions Overview (2:49)
Intro to Functions (2:16)
Python Help Function (3:11)
Defining Functions (9:29)
Variable Scope (8:12)
Doc Strings (3:44)
Error Handling and User Input Overview (1:48)
Intro to Error Handling (2:48)
User Input (4:21)
Syntax Errors (4:00)
Exceptions (11:22)
Handling Exceptions 1 (8:29)
Handling Exceptions 2 (8:17)
Python Advanced Functions Overview (5:10)
Lambda Functions (5:29)
Functions args and kwargs (10:01)
Iterators (8:12)
Generators and Yield (11:53)
Map Functions (14:24)
Filter Functions (8:03)
Quiz #3
Python Scripting, Libraries & OOP
Python Scripting and Libraries Overview
What is a script? (1:24)
What is an IDE? (17:20)
What is a Text Editor?
From Jupyter Notebook to VScode Part 1 (14:45)
From Jupyter Notebook to VScode Part 2 (5:03)
Importing Scripts (3:04)
Standard Libraries (4:13)
Third Party Libraries (5:35)
Numpy Overview (4:07)
Intro to NumPy? (4:28)
Why Use NumPy? (4:09)
NumPy Arrays (10:23)
Reshaping, Modifying and Accessing NumPy Arrays (7:19)
Slicing and Copying (5:52)
Inserting , Deleting, Appending (9:45)
Array Logical Indexing (3:43)
Broadcasting (8:20)
Python Scripting and Libraries Overview
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock