0% found this document useful (0 votes)
9 views

Learning Tracker Rython

A complicated book
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Learning Tracker Rython

A complicated book
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 130

Content Completed Date Studied Time Spent (hours) Notes

Introduction
(Optional - Skip if you know this) Windows Command
Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Top companies choose Udemy Business to build in-demand career skills.
English
Do not sell or share my personal information
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
English
Skip to content
Categories
Plans & Pricing
Udemy Business
Try Udemy Business
Teach on Udemy
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
English
English
English
English
English
Skip to content
Categories
Plans & Pricing
Udemy Business
Try Udemy Business
Teach on Udemy
Skip to content
Plans & Pricing
Udemy Business
Try Udemy Business
Try Udemy Business
Try Udemy Business
Try Udemy Business
Try Udemy Business
Try Udemy Business
Try Udemy Business
Teach on Udemy
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Overview
Curriculum
Instructor
Reviews
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Overview
Curriculum
Instructor
Reviews
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Overview
Curriculum
Instructor
Reviews
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Preview this course
Preview this course
Preview this course
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Created by Dr. Fred Baptiste
Dr. Fred Baptiste
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
Last updated 01/2024
Last updated 01/2024
English [Auto], Simplified Chinese [Auto]
English [Auto], Simplified Chinese [Auto]
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
Current price
Current price
Current price
Current price
Current price
30-Day Money-Back Guarantee
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Share
Gift this course
Apply Coupon
Share
Gift this course
Apply Coupon
Try Udemy Business
Try Udemy Business
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Preview this course
Preview this course
Preview this course
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Try Udemy Business
Personal
Teams
Personal
Teams
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Current price
Current price
Current price
Current price
Current price
Current price
30-Day Money-Back Guarantee
30-Day Money-Back Guarantee
Share
Gift this course
Apply Coupon
Share
Gift this course
Apply Coupon
Share
Gift this course
Apply Coupon
Try Udemy Business
Try Udemy Business
Try Udemy Business
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Current price
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
(1,578 ratings)
11,480 students
11,480 students
Current price
Current price
Current price
Current price
Current price
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Overview
Curriculum
Instructor
Reviews
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
New-learner offer| Courses from $14.99. Click button to see savings.
New-learner offer
| Courses from $14.99. Click button to see savings.
Ends in 5h 54m 46s.
Ends in 5h 54m 46s.
Click to redeem
Overview
Curriculum
Instructor
Reviews
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Show moreShow less
46 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
4 total hours
Updated 11/2023
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
36 total hours
Updated 12/2023
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
22 total hours
Updated 12/2023
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
36.5 total hours
Updated 12/2022
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
58 total hours
Updated 9/2022
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
35.5 total hours
Updated 11/2023
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
89.5 total hours
Updated 1/2024
Rating: 4.4 out of 54.4
Rating: 4.4 out of 5
Current price
15 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
4 total hours
Updated 2/2024
Rating: 4.9 out of 54.9
Rating: 4.9 out of 5
Current price
64 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
57 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
70.5 total hours
Updated 2/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
23.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
30 total hours
Updated 2/2024
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
30 total hours
Updated 2/2021
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
26.5 total hours
Updated 1/2024
Rating: 4.6 out of 54.6
Rating: 4.6 out of 5
Current price
21.5 total hours
Updated 1/2024
Rating: 4.5 out of 54.5
Rating: 4.5 out of 5
Current price
Show moreShow less
Learn Python the right way!
Rating: 4.7 out of 5
1578 reviews
48.5 total hours
286 lectures
Beginner
Current price: $94.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
A Unique Interactive Python Experience With Nearly 200 Exercises and Quizzes
Rating: 4.7 out of 5
29308 reviews
30 total hours
376 lectures
Beginner
Current price: $149.99
Instructor:
Rating: 4.7 out of 54.7
Rating: 4.7 out of 5
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
Current price
Total:
Current price
Show moreShow less
4.7 course rating
Rating: 5.0 out of 5
Rating: 5.0 out of 5
Report
This course is probably one of the best courses I've ever listened.
Clear explanations of Python and programming concepts.
Repetition of tips and tricks throughout the course, as well as concepts from previous lectures.
Complete course material in Jupiter - this was of great help for me. I'll save Jupiter files and definitely use them in future. Also, I'll go through all other courses of this guy
This course is a big one and it takes time to do all the exercises, but it pays off!
Helpful?
Rating: 4.5 out of 5
Rating: 4.5 out of 5
a month ago
Report
Excellent course for learning python fast and be quickly acquainted with its main as well as the less well known aspects, though it is mostly rudimentary in nature, few rea
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Very nice. To the point and perfect content for beginner course. Thanks Dr Fred
Helpful?
Rating: 5.0 out of 5
Rating: 5.0 out of 5
2 months ago
Report
Phenomenal course! I have taken the #1 Udemy Python course, and while it was good, it did not cover the depth of the functionality of Python that Dr. Baptiste covers in
Helpful?
Show all reviews
Variables, Functions and Functional Programming, Closures, Decorators, Modules and Packages
Rating: 4.8 out of 5
10933 reviews
46 total hours
162 lectures
Intermediate
Current price: $139.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
46 total hours
162 lectures
Intermediate
Current price
Python Object Oriented Programming (OOP)
Rating: 4.8 out of 5
2937 reviews
36.5 total hours
166 lectures
Intermediate
Current price: $94.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
36.5 total hours
166 lectures
Intermediate
Current price
Dictionaries, Sets, Related Data Structures, Serialization/Deserialization
Rating: 4.8 out of 5
1588 reviews
22 total hours
85 lectures
Intermediate
Current price: $124.99
Instructor:
Rating: 4.8 out of 54.8
Rating: 4.8 out of 5
22 total hours
85 lectures
Intermediate
Current price
Report abuse
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
Learn Python fundamentals
Basic to advanced data types
Functional and Object Oriented programming
Closures and decorators
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Making REST API requests
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Matplotlib
Learn Python fundamentals
Learn Python fundamentals
Basic to advanced data types
Basic to advanced data types
Functional and Object Oriented programming
Functional and Object Oriented programming
Closures and decorators
Closures and decorators
Datetime and timezone handling
Datetime and timezone handling
Reading and writing text, CSV and JSON files
Reading and writing text, CSV and JSON files
Making REST API requests
Making REST API requests
Fundamentals of NumPy
Fundamentals of NumPy
Fundamentals of Pandas
Fundamentals of Pandas
Fundamentals of Matplotlib
Fundamentals of Matplotlib
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
48 hours on-demand video
35 articles
81 downloadable resources
Access on mobile and TV
Certificate of completion
48 hours on-demand video
48 hours on-demand video
35 articles
35 articles
81 downloadable resources
81 downloadable resources
Access on mobile and TV
Access on mobile and TV
Certificate of completion
Certificate of completion
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
Top companies offer this course to their employees
This course was selected for our collection of top-rated courses trusted by businesses worldwide. Learn more
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Expand all sections
33 sections ‚286 lectures ‚48h¬†19m total length
48h 19m total length
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Introduction2 lectures ‚45min
Introduction
2 lectures ‚45min
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Introduction
Preview
(Optional - Skip if you know this) Windows Command Prompt: Primer
Introduction
Preview
Introduction
Preview
Introduction
Introduction
(Optional - Skip if you know this) Windows Command Prompt: Primer
(Optional - Skip if you know this) Windows Command Prompt: Primer
(Optional - Skip if you know this) Windows Command Prompt: Primer
(Optional - Skip if you know this) Windows Command Prompt: Primer
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Running Python15 lectures ‚2hr 24min
Running Python
15 lectures ‚2hr 24min
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Introduction
What is Python?
Installing Python
Installation - Mac & Linux
Installation - Windows
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Coding
Running Python - Lecture
Running Python - Coding
Introduction
Introduction
Introduction
Introduction
What is Python?
What is Python?
What is Python?
What is Python?
Installing Python
Installing Python
Installing Python
Installing Python
Installation - Mac & Linux
Installation - Mac & Linux
Installation - Mac & Linux
Installation - Mac & Linux
Installation - Windows
Installation - Windows
Installation - Windows
Installation - Windows
Using the Windows Python Launcher
Using the Windows Python Launcher
Using the Windows Python Launcher
Using the Windows Python Launcher
Course Materials (Jupyter Notebooks)
Course Materials (Jupyter Notebooks)
Course Materials (Jupyter Notebooks)
Course Materials (Jupyter Notebooks)
Course Materials (Slides)
Course Materials (Slides)
Course Materials (Slides)
Course Materials (Slides)
Virtual Environments
Virtual Environments
Virtual Environments
Virtual Environments
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Mac & Linux
Creating Virtual Environments - Windows
Creating Virtual Environments - Windows
Creating Virtual Environments - Windows
Creating Virtual Environments - Windows
Installing Packages - Lecture
Installing Packages - Lecture
Installing Packages - Lecture
Installing Packages - Lecture
Installing Packages - Coding
Installing Packages - Coding
Installing Packages - Coding
Installing Packages - Coding
Running Python - Lecture
Running Python - Lecture
Running Python - Lecture
Running Python - Lecture
Running Python - Coding
Running Python - Coding
Running Python - Coding
Running Python - Coding
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Python Basics18 lectures ‚2hr 30min
Python Basics
18 lectures ‚2hr 30min
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Coding
Objects - Lecture
Objects - Coding
Variables - Lecture
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Coding
Preview
Exercises
Introduction - Python Basics
Introduction - Python Basics
Introduction - Python Basics
Introduction - Python Basics
Basic Data Types - Lecture
Basic Data Types - Lecture
Basic Data Types - Lecture
Basic Data Types - Lecture
Basic Data Types - Coding
Basic Data Types - Coding
Basic Data Types - Coding
Basic Data Types - Coding
Objects - Lecture
Objects - Lecture
Objects - Lecture
Objects - Lecture
Objects - Coding
Objects - Coding
Objects - Coding
Objects - Coding
Variables - Lecture
Variables - Lecture
Variables - Lecture
Variables - Lecture
Variables - Coding
Variables - Coding
Variables - Coding
Variables - Coding
Arithmetic Operators - Lecture
Arithmetic Operators - Lecture
Arithmetic Operators - Lecture
Arithmetic Operators - Lecture
Arithmetic Operators - Coding
Arithmetic Operators - Coding
Arithmetic Operators - Coding
Arithmetic Operators - Coding
Operator Precedence - Lecture
Operator Precedence - Lecture
Operator Precedence - Lecture
Operator Precedence - Lecture
Operator Precedence - Coding
Operator Precedence - Coding
Operator Precedence - Coding
Operator Precedence - Coding
Integer Division and Modulus - Lecture
Integer Division and Modulus - Lecture
Integer Division and Modulus - Lecture
Integer Division and Modulus - Lecture
Integer Division and Modulus - Coding
Integer Division and Modulus - Coding
Integer Division and Modulus - Coding
Integer Division and Modulus - Coding
Comparison Operators - Lecture
Comparison Operators - Lecture
Comparison Operators - Lecture
Comparison Operators - Lecture
Comparison Operators - Coding
Comparison Operators - Coding
Comparison Operators - Coding
Comparison Operators - Coding
Boolean Operators - Lecture
Preview
Boolean Operators - Lecture
Preview
Boolean Operators - Lecture
Boolean Operators - Lecture
Boolean Operators - Coding
Preview
Boolean Operators - Coding
Preview
Boolean Operators - Coding
Boolean Operators - Coding
Exercises
Exercises
Exercises
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Conditional Execution8 lectures ‚58min
Conditional Execution
8 lectures ‚58min
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Coding
elif - Lecture
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Coding
Preview
Exercises
Introduction - Conditional Execution
Introduction - Conditional Execution
Introduction - Conditional Execution
Introduction - Conditional Execution
if...else... - Lecture
if...else... - Lecture
if...else... - Lecture
if...else... - Lecture
if...else... - Coding
if...else... - Coding
if...else... - Coding
if...else... - Coding
elif - Lecture
elif - Lecture
elif - Lecture
elif - Lecture
elif - Coding
elif - Coding
elif - Coding
elif - Coding
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Lecture
Preview
Ternary Conditional Operator - Lecture
Ternary Conditional Operator - Lecture
Ternary Conditional Operator - Coding
Preview
Ternary Conditional Operator - Coding
Preview
Ternary Conditional Operator - Coding
Ternary Conditional Operator - Coding
Exercises
Exercises
Exercises
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Sequence Types16 lectures ‚2hr 14min
Sequence Types
16 lectures ‚2hr 14min
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Introduction - Sequence Types
Lists - Lecture
Lists - Coding
Tuples - Lecture
Tuples - Coding
Strings - Lecture
Strings - Coding
Slicing - Lecture
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Exercises
Introduction - Sequence Types
Introduction - Sequence Types
Introduction - Sequence Types
Introduction - Sequence Types
Lists - Lecture
Lists - Lecture
Lists - Lecture
Lists - Lecture
Lists - Coding
Lists - Coding
Lists - Coding
Lists - Coding
Tuples - Lecture
Tuples - Lecture
Tuples - Lecture
Tuples - Lecture
Tuples - Coding
Tuples - Coding
Tuples - Coding
Tuples - Coding
Strings - Lecture
Strings - Lecture
Strings - Lecture
Strings - Lecture
Strings - Coding
Strings - Coding
Strings - Coding
Strings - Coding
Slicing - Lecture
Slicing - Lecture
Slicing - Lecture
Slicing - Lecture
Slicing - Coding
Slicing - Coding
Slicing - Coding
Slicing - Coding
Manipulating Sequences - Lecture
Manipulating Sequences - Lecture
Manipulating Sequences - Lecture
Manipulating Sequences - Lecture
Manipulating Sequences - Coding
Manipulating Sequences - Coding
Manipulating Sequences - Coding
Manipulating Sequences - Coding
Copying Sequences - Lecture
Copying Sequences - Lecture
Copying Sequences - Lecture
Copying Sequences - Lecture
Copying Sequences - Coding
Copying Sequences - Coding
Copying Sequences - Coding
Copying Sequences - Coding
Unpacking Sequences - Lecture
Unpacking Sequences - Lecture
Unpacking Sequences - Lecture
Unpacking Sequences - Lecture
Unpacking Sequences - Coding
Unpacking Sequences - Coding
Unpacking Sequences - Coding
Unpacking Sequences - Coding
Exercises
Exercises
Exercises
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Strings8 lectures ‚1hr 27min
Strings
8 lectures ‚1hr 27min
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Introduction - Strings
Unicode - Lecture
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Coding
Exercises
Introduction - Strings
Introduction - Strings
Introduction - Strings
Introduction - Strings
Unicode - Lecture
Unicode - Lecture
Unicode - Lecture
Unicode - Lecture
Unicode - Coding
Unicode - Coding
Unicode - Coding
Unicode - Coding
Common String Methods - Lecture
Common String Methods - Lecture
Common String Methods - Lecture
Common String Methods - Lecture
Common String Methods - Coding
Common String Methods - Coding
Common String Methods - Coding
Common String Methods - Coding
String Interpolation - Lecture
String Interpolation - Lecture
String Interpolation - Lecture
String Interpolation - Lecture
String Interpolation - Coding
String Interpolation - Coding
String Interpolation - Coding
String Interpolation - Coding
Exercises
Exercises
Exercises
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Iteration10 lectures ‚1hr 44min
Iteration
10 lectures ‚1hr 44min
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Introduction - Iteration
The range Function - Lecture
The range Function - Coding
For Loops - Lecture
For loops - Coding
While Loops - Lecture
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Exercises
Introduction - Iteration
Introduction - Iteration
Introduction - Iteration
Introduction - Iteration
The range Function - Lecture
The range Function - Lecture
The range Function - Lecture
The range Function - Lecture
The range Function - Coding
The range Function - Coding
The range Function - Coding
The range Function - Coding
For Loops - Lecture
For Loops - Lecture
For Loops - Lecture
For Loops - Lecture
For loops - Coding
For loops - Coding
For loops - Coding
For loops - Coding
While Loops - Lecture
While Loops - Lecture
While Loops - Lecture
While Loops - Lecture
While Loops - Coding
While Loops - Coding
While Loops - Coding
While Loops - Coding
Continue, Break and Else - Lecture
Continue, Break and Else - Lecture
Continue, Break and Else - Lecture
Continue, Break and Else - Lecture
Continue, Break and Else - Coding
Continue, Break and Else - Coding
Continue, Break and Else - Coding
Continue, Break and Else - Coding
Exercises
Exercises
Exercises
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Dictionaries8 lectures ‚1hr 26min
Dictionaries
8 lectures ‚1hr 26min
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Introduction - Dictionaries
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Coding
Preview
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Exercises
Introduction - Dictionaries
Preview
Introduction - Dictionaries
Preview
Introduction - Dictionaries
Introduction - Dictionaries
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Lecture
Preview
Associative Arrays and Dictionaries - Lecture
Associative Arrays and Dictionaries - Lecture
Associative Arrays and Dictionaries - Coding
Preview
Associative Arrays and Dictionaries - Coding
Preview
Associative Arrays and Dictionaries - Coding
Associative Arrays and Dictionaries - Coding
Iterating Dictionaries - Lecture
Iterating Dictionaries - Lecture
Iterating Dictionaries - Lecture
Iterating Dictionaries - Lecture
Iterating Dictionaries - Coding
Iterating Dictionaries - Coding
Iterating Dictionaries - Coding
Iterating Dictionaries - Coding
Working with Dictionaries - Lecture
Working with Dictionaries - Lecture
Working with Dictionaries - Lecture
Working with Dictionaries - Lecture
Working with Dictionaries - Coding
Working with Dictionaries - Coding
Working with Dictionaries - Coding
Working with Dictionaries - Coding
Exercises
Exercises
Exercises
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Sets6 lectures ‚37min
Sets
6 lectures ‚37min
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Introduction - Sets
Python Sets - Lecture
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Coding
Exercises
Introduction - Sets
Introduction - Sets
Introduction - Sets
Introduction - Sets
Python Sets - Lecture
Python Sets - Lecture
Python Sets - Lecture
Python Sets - Lecture
Python Sets - Coding
Python Sets - Coding
Python Sets - Coding
Python Sets - Coding
Common Set Operations - Lecture
Common Set Operations - Lecture
Common Set Operations - Lecture
Common Set Operations - Lecture
Common Set Operations - Coding
Common Set Operations - Coding
Common Set Operations - Coding
Common Set Operations - Coding
Exercises
Exercises
Exercises
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Comprehensions6 lectures ‚57min
Comprehensions
6 lectures ‚57min
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Exercises
Introduction - Comprehensions
Introduction - Comprehensions
Introduction - Comprehensions
Introduction - Comprehensions
List Comprehensions - Lecture
List Comprehensions - Lecture
List Comprehensions - Lecture
List Comprehensions - Lecture
List Comprehensions - Coding
List Comprehensions - Coding
List Comprehensions - Coding
List Comprehensions - Coding
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Lecture
Dictionary and Set Comprehensions - Coding
Dictionary and Set Comprehensions - Coding
Dictionary and Set Comprehensions - Coding
Dictionary and Set Comprehensions - Coding
Exercises
Exercises
Exercises
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Exceptions6 lectures ‚1hr 19min
Exceptions
6 lectures ‚1hr 19min
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Coding
Exercises
Introduction - Exceptions
Introduction - Exceptions
Introduction - Exceptions
Introduction - Exceptions
Raising Exceptions - Lecture
Raising Exceptions - Lecture
Raising Exceptions - Lecture
Raising Exceptions - Lecture
Raising Exceptions - Coding
Raising Exceptions - Coding
Raising Exceptions - Coding
Raising Exceptions - Coding
Handling Exceptions - Lecture
Handling Exceptions - Lecture
Handling Exceptions - Lecture
Handling Exceptions - Lecture
Handling Exceptions - Coding
Handling Exceptions - Coding
Handling Exceptions - Coding
Handling Exceptions - Coding
Exercises
Exercises
Exercises
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Iterables and Iterators6 lectures ‚38min
Iterables and Iterators
6 lectures ‚38min
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Generators - Lecture
Generators - Coding
Exercises
Introduction - Iterables and Iterators
Introduction - Iterables and Iterators
Introduction - Iterables and Iterators
Introduction - Iterables and Iterators
Iterables and Iterators - Lecture
Iterables and Iterators - Lecture
Iterables and Iterators - Lecture
Iterables and Iterators - Lecture
Iterables and Iterators - Coding
Iterables and Iterators - Coding
Iterables and Iterators - Coding
Iterables and Iterators - Coding
Generators - Lecture
Generators - Lecture
Generators - Lecture
Generators - Lecture
Generators - Coding
Generators - Coding
Generators - Coding
Generators - Coding
Exercises
Exercises
Exercises
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Functions12 lectures ‚2hr 31min
Functions
12 lectures ‚2hr 31min
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Coding
Default Values - Lecture
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Coding
Exercises
Introduction - Functions
Introduction - Functions
Introduction - Functions
Introduction - Functions
Custom Functions - Lecture
Custom Functions - Lecture
Custom Functions - Lecture
Custom Functions - Lecture
Custom Functions - Coding
Custom Functions - Coding
Custom Functions - Coding
Custom Functions - Coding
Star Arguments - Lecture
Star Arguments - Lecture
Star Arguments - Lecture
Star Arguments - Lecture
Star Arguments - Coding
Star Arguments - Coding
Star Arguments - Coding
Star Arguments - Coding
Default Values - Lecture
Default Values - Lecture
Default Values - Lecture
Default Values - Lecture
Default Values - Coding
Default Values - Coding
Default Values - Coding
Default Values - Coding
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Lecture
Keyword-Only Arguments - Coding
Keyword-Only Arguments - Coding
Keyword-Only Arguments - Coding
Keyword-Only Arguments - Coding
Lambda Functions - Lecture
Lambda Functions - Lecture
Lambda Functions - Lecture
Lambda Functions - Lecture
Lambda Functions - Coding
Lambda Functions - Coding
Lambda Functions - Coding
Lambda Functions - Coding
Exercises
Exercises
Exercises
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Some Additional Functions8 lectures ‚58min
Some Additional Functions
8 lectures ‚58min
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Introduction - Some Additional Functions
round - Lecture
round - Coding
sorted, min, max - Lecture
sorted, min, max - Coding
zip - Lecture
zip - Coding
Exercises
Introduction - Some Additional Functions
Introduction - Some Additional Functions
Introduction - Some Additional Functions
Introduction - Some Additional Functions
round - Lecture
round - Lecture
round - Lecture
round - Lecture
round - Coding
round - Coding
round - Coding
round - Coding
sorted, min, max - Lecture
sorted, min, max - Lecture
sorted, min, max - Lecture
sorted, min, max - Lecture
sorted, min, max - Coding
sorted, min, max - Coding
sorted, min, max - Coding
sorted, min, max - Coding
zip - Lecture
zip - Lecture
zip - Lecture
zip - Lecture
zip - Coding
zip - Coding
zip - Coding
zip - Coding
Exercises
Exercises
Exercises
Exercises
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Knowledge Check 12 lectures ‚1min
Knowledge Check 1
2 lectures ‚1min
Test
Answers
Test
Answers
Test
Test
Test
Test
Answers
Answers
Answers
Answers
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Higher Order Functions8 lectures ‚1hr 9min
Higher Order Functions
8 lectures ‚1hr 9min
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
map - Lecture
map - Coding
Closures - Lecture
Closures - Coding
Exercises
Introduction - Higher Order Functions
Introduction - Higher Order Functions
Introduction - Higher Order Functions
Introduction - Higher Order Functions
Passing and Returning Functions - Lecture
Passing and Returning Functions - Lecture
Passing and Returning Functions - Lecture
Passing and Returning Functions - Lecture
Passing and Returning Functions - Coding
Passing and Returning Functions - Coding
Passing and Returning Functions - Coding
Passing and Returning Functions - Coding
map - Lecture
map - Lecture
map - Lecture
map - Lecture
map - Coding
map - Coding
map - Coding
map - Coding
Closures - Lecture
Closures - Lecture
Closures - Lecture
Closures - Lecture
Closures - Coding
Closures - Coding
Closures - Coding
Closures - Coding
Exercises
Exercises
Exercises
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Sorting and Filtering8 lectures ‚39min
Sorting and Filtering
8 lectures ‚39min
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Coding
Sorting - Lecture
Sorting - Coding
min and max - Lecture
min and max - Coding
Exercises
Introduction - Sorting and Filtering
Introduction - Sorting and Filtering
Introduction - Sorting and Filtering
Introduction - Sorting and Filtering
Filtering - Lecture
Filtering - Lecture
Filtering - Lecture
Filtering - Lecture
Filtering - Coding
Filtering - Coding
Filtering - Coding
Filtering - Coding
Sorting - Lecture
Sorting - Lecture
Sorting - Lecture
Sorting - Lecture
Sorting - Coding
Sorting - Coding
Sorting - Coding
Sorting - Coding
min and max - Lecture
min and max - Lecture
min and max - Lecture
min and max - Lecture
min and max - Coding
min and max - Coding
min and max - Coding
min and max - Coding
Exercises
Exercises
Exercises
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Decorators6 lectures ‚1hr 3min
Decorators
6 lectures ‚1hr 3min
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Introduction - Decorators
Decorators - Lecture
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Coding
Exercises
Introduction - Decorators
Introduction - Decorators
Introduction - Decorators
Introduction - Decorators
Decorators - Lecture
Decorators - Lecture
Decorators - Lecture
Decorators - Lecture
Decorators - Coding
Decorators - Coding
Decorators - Coding
Decorators - Coding
LRU Cache - Lecture
LRU Cache - Lecture
LRU Cache - Lecture
LRU Cache - Lecture
LRU Cache - Coding
LRU Cache - Coding
LRU Cache - Coding
LRU Cache - Coding
Exercises
Exercises
Exercises
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Text Files6 lectures ‚1hr 5min
Text Files
6 lectures ‚1hr 5min
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Coding
Exercises
Introduction - Text Files
Introduction - Text Files
Introduction - Text Files
Introduction - Text Files
Reading Text Files - Lecture
Reading Text Files - Lecture
Reading Text Files - Lecture
Reading Text Files - Lecture
Reading Text Files - Coding
Reading Text Files - Coding
Reading Text Files - Coding
Reading Text Files - Coding
Writing Text Files - Lecture
Writing Text Files - Lecture
Writing Text Files - Lecture
Writing Text Files - Lecture
Writing Text Files - Coding
Writing Text Files - Coding
Writing Text Files - Coding
Writing Text Files - Coding
Exercises
Exercises
Exercises
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Modules and Imports6 lectures ‚52min
Modules and Imports
6 lectures ‚52min
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Coding
Exercises
Introduction - Modules and Imports
Introduction - Modules and Imports
Introduction - Modules and Imports
Introduction - Modules and Imports
Basic Imports - Lecture
Basic Imports - Lecture
Basic Imports - Lecture
Basic Imports - Lecture
Basic Imports - Coding
Basic Imports - Coding
Basic Imports - Coding
Basic Imports - Coding
Import Variants - Lecture
Import Variants - Lecture
Import Variants - Lecture
Import Variants - Lecture
Import Variants - Coding
Import Variants - Coding
Import Variants - Coding
Import Variants - Coding
Exercises
Exercises
Exercises
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
Dates and Times12 lectures ‚2hr 21min
Dates and Times
12 lectures ‚2hr 21min
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
Introduction - Dates and Times
The time Module - Lecture
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Coding
Exercises
Introduction - Dates and Times
Introduction - Dates and Times
Introduction - Dates and Times
Introduction - Dates and Times
The time Module - Lecture
The time Module - Lecture
The time Module - Lecture
The time Module - Lecture
The time Module - Coding
The time Module - Coding
The time Module - Coding
The time Module - Coding
The datetime Module - Lecture
The datetime Module - Lecture
The datetime Module - Lecture
The datetime Module - Lecture
The datetime Module - Coding
The datetime Module - Coding
The datetime Module - Coding
The datetime Module - Coding
Date Arithmetic - Lecture
Date Arithmetic - Lecture
Date Arithmetic - Lecture
Date Arithmetic - Lecture
Date Arithmetic - Coding
Date Arithmetic - Coding
Date Arithmetic - Coding
Date Arithmetic - Coding
Naive and Aware Times - Lecture
Naive and Aware Times - Lecture
Naive and Aware Times - Lecture
Naive and Aware Times - Lecture
Naive and Aware Times - Coding
Naive and Aware Times - Coding
Naive and Aware Times - Coding
Naive and Aware Times - Coding
Custom Representations - Lecture
Custom Representations - Lecture
Custom Representations - Lecture
Custom Representations - Lecture
Custom Representations - Coding
Custom Representations - Coding
Custom Representations - Coding
Custom Representations - Coding
Exercises
Exercises
Exercises
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
CSV Module10 lectures ‚49min
10 lectures ‚49min
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Coding
Exercises
Introduction - CSV Module
Introduction - CSV Module
Introduction - CSV Module
Introduction - CSV Module
Reading CSV Files - Lecture
Reading CSV Files - Lecture
Reading CSV Files - Lecture
Reading CSV Files - Lecture
Reading CSV Files - Coding
Reading CSV Files - Coding
Reading CSV Files - Coding
Reading CSV Files - Coding
Dialects - Lecture
Dialects - Lecture
Dialects - Lecture
Dialects - Lecture
Dialects - Coding
Dialects - Coding
Dialects - Coding
Dialects - Coding
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Lecture
More Examples Reading CSV Files - Coding
More Examples Reading CSV Files - Coding
More Examples Reading CSV Files - Coding
More Examples Reading CSV Files - Coding
Writing CSV Files - Lecture
Writing CSV Files - Lecture
Writing CSV Files - Lecture
Writing CSV Files - Lecture
Writing CSV Files - Coding
Writing CSV Files - Coding
Writing CSV Files - Coding
Writing CSV Files - Coding
Exercises
Exercises
Exercises
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Random Module6 lectures ‚1hr 18min
Random Module
6 lectures ‚1hr 18min
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Exercises
Introduction - Random Module
Introduction - Random Module
Introduction - Random Module
Introduction - Random Module
Random Numbers - Lecture
Random Numbers - Lecture
Random Numbers - Lecture
Random Numbers - Lecture
Random Numbers - Coding
Random Numbers - Coding
Random Numbers - Coding
Random Numbers - Coding
Sampling and Shuffling - Lecture
Sampling and Shuffling - Lecture
Sampling and Shuffling - Lecture
Sampling and Shuffling - Lecture
Sampling and Shuffling - Coding
Sampling and Shuffling - Coding
Sampling and Shuffling - Coding
Sampling and Shuffling - Coding
Exercises
Exercises
Exercises
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Math and Statistics Modules6 lectures ‚30min
Math and Statistics Modules
6 lectures ‚30min
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Coding
Exercises
Introduction - Math and Statistics Modules
Introduction - Math and Statistics Modules
Introduction - Math and Statistics Modules
Introduction - Math and Statistics Modules
Math Module - Lecture
Math Module - Lecture
Math Module - Lecture
Math Module - Lecture
Math Module - Coding
Math Module - Coding
Math Module - Coding
Math Module - Coding
Statistics Module - Lecture
Statistics Module - Lecture
Statistics Module - Lecture
Statistics Module - Lecture
Statistics Module - Coding
Statistics Module - Coding
Statistics Module - Coding
Statistics Module - Coding
Exercises
Exercises
Exercises
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Decimal Module6 lectures ‚58min
Decimal Module
6 lectures ‚58min
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Exercises
Introduction - Decimal Module
Introduction - Decimal Module
Introduction - Decimal Module
Introduction - Decimal Module
Decimal Objects - Lecture
Decimal Objects - Lecture
Decimal Objects - Lecture
Decimal Objects - Lecture
Decimal Objects - Coding
Decimal Objects - Coding
Decimal Objects - Coding
Decimal Objects - Coding
Arithmetic Contexts - Lecture
Arithmetic Contexts - Lecture
Arithmetic Contexts - Lecture
Arithmetic Contexts - Lecture
Arithmetic Contexts - Coding
Arithmetic Contexts - Coding
Arithmetic Contexts - Coding
Arithmetic Contexts - Coding
Exercises
Exercises
Exercises
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Custom Classes12 lectures ‚2hr 26min
Custom Classes
12 lectures ‚2hr 26min
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Introduction - Custom Classes
Preview
Defining Classes - Lecture
Preview
Defining Classes - Coding
Preview
Initializing Classes - Lecture
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Coding
Properties - Lecture
Properties - Coding
Exercises
Introduction - Custom Classes
Preview
Introduction - Custom Classes
Preview
Introduction - Custom Classes
Introduction - Custom Classes
Defining Classes - Lecture
Preview
Defining Classes - Lecture
Preview
Defining Classes - Lecture
Defining Classes - Lecture
Defining Classes - Coding
Preview
Defining Classes - Coding
Preview
Defining Classes - Coding
Defining Classes - Coding
Initializing Classes - Lecture
Initializing Classes - Lecture
Initializing Classes - Lecture
Initializing Classes - Lecture
Initializing Classes - Coding
Initializing Classes - Coding
Initializing Classes - Coding
Initializing Classes - Coding
Instance Methods - Lecture
Instance Methods - Lecture
Instance Methods - Lecture
Instance Methods - Lecture
Instance Methods - Coding
Instance Methods - Coding
Instance Methods - Coding
Instance Methods - Coding
Special Methods - Lecture
Special Methods - Lecture
Special Methods - Lecture
Special Methods - Lecture
Special Methods - Coding
Special Methods - Coding
Special Methods - Coding
Special Methods - Coding
Properties - Lecture
Properties - Lecture
Properties - Lecture
Properties - Lecture
Properties - Coding
Properties - Coding
Properties - Coding
Properties - Coding
Exercises
Exercises
Exercises
Exercises
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
Knowledge Check 22 lectures ‚1min
Knowledge Check 2
2 lectures ‚1min
Test
Answers
Test
Answers
Test
Test
Test
Test
Answers
Answers
Answers
Answers
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
3rd Party Libraries12 lectures ‚3hr 3min
3rd Party Libraries
12 lectures ‚3hr 3min
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Coding
Preview
REST APIs - Lecture
REST APIs - Coding
The requests Library - Lecture
The requests Library - Coding
Exercises
Introduction - 3rd Party Libraries
Introduction - 3rd Party Libraries
Introduction - 3rd Party Libraries
Introduction - 3rd Party Libraries
The pytz Library - Lecture
The pytz Library - Lecture
The pytz Library - Lecture
The pytz Library - Lecture
The pytz Library - Coding
The pytz Library - Coding
The pytz Library - Coding
The pytz Library - Coding
The dateutil Library - Lecture
The dateutil Library - Lecture
The dateutil Library - Lecture
The dateutil Library - Lecture
The dateutil Library - Coding
The dateutil Library - Coding
The dateutil Library - Coding
The dateutil Library - Coding
JSON Data - Lecture
Preview
JSON Data - Lecture
Preview
JSON Data - Lecture
JSON Data - Lecture
JSON Data - Coding
Preview
JSON Data - Coding
Preview
JSON Data - Coding
JSON Data - Coding
REST APIs - Lecture
REST APIs - Lecture
REST APIs - Lecture
REST APIs - Lecture
REST APIs - Coding
REST APIs - Coding
REST APIs - Coding
REST APIs - Coding
The requests Library - Lecture
The requests Library - Lecture
The requests Library - Lecture
The requests Library - Lecture
The requests Library - Coding
The requests Library - Coding
The requests Library - Coding
The requests Library - Coding
Exercises
Exercises
Exercises
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
NumPy22 lectures ‚4hr 33min
22 lectures ‚4hr 33min
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Coding
Slicing - Lecture
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Coding
Masking - Lecture
Masking - Coding
Universal Functions - Lecture
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Exercises
Introduction - NumPy
Introduction - NumPy
Introduction - NumPy
Introduction - NumPy
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Lecture
Creating Arrays from Lists - Coding
Creating Arrays from Lists - Coding
Creating Arrays from Lists - Coding
Creating Arrays from Lists - Coding
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Lecture
Creating Arrays from Scratch - Coding
Creating Arrays from Scratch - Coding
Creating Arrays from Scratch - Coding
Creating Arrays from Scratch - Coding
Reshaping Arrays - Lecture
Reshaping Arrays - Lecture
Reshaping Arrays - Lecture
Reshaping Arrays - Lecture
Reshaping Arrays - Coding
Reshaping Arrays - Coding
Reshaping Arrays - Coding
Reshaping Arrays - Coding
Stacking Arrays - Lecture
Stacking Arrays - Lecture
Stacking Arrays - Lecture
Stacking Arrays - Lecture
Stacking Arrays - Coding
Stacking Arrays - Coding
Stacking Arrays - Coding
Stacking Arrays - Coding
Indexing - Lecture
Indexing - Lecture
Indexing - Lecture
Indexing - Lecture
Indexing - Coding
Indexing - Coding
Indexing - Coding
Indexing - Coding
Slicing - Lecture
Slicing - Lecture
Slicing - Lecture
Slicing - Lecture
Slicing - Coding
Slicing - Coding
Slicing - Coding
Slicing - Coding
Fancy Indexing - Lecture
Fancy Indexing - Lecture
Fancy Indexing - Lecture
Fancy Indexing - Lecture
Fancy Indexing - Coding
Fancy Indexing - Coding
Fancy Indexing - Coding
Fancy Indexing - Coding
Masking - Lecture
Masking - Lecture
Masking - Lecture
Masking - Lecture
Masking - Coding
Masking - Coding
Masking - Coding
Masking - Coding
Universal Functions - Lecture
Universal Functions - Lecture
Universal Functions - Lecture
Universal Functions - Lecture
Universal Functions - Coding
Universal Functions - Coding
Universal Functions - Coding
Universal Functions - Coding
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Lecture
Additional Math and Stats Functions - Coding
Additional Math and Stats Functions - Coding
Additional Math and Stats Functions - Coding
Additional Math and Stats Functions - Coding
Exercises
Exercises
Exercises
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Pandas20 lectures ‚5hr 5min
Pandas
20 lectures ‚5hr 5min
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Introduction - Pandas
Indexes - Lecture
Indexes - Coding
Series - Lecture
Series - Coding
DataFrames - Lecture
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Coding
Loading Data - Lecture
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Coding
Exercises
Introduction - Pandas
Introduction - Pandas
Introduction - Pandas
Introduction - Pandas
Indexes - Lecture
Indexes - Lecture
Indexes - Lecture
Indexes - Lecture
Indexes - Coding
Indexes - Coding
Indexes - Coding
Indexes - Coding
Series - Lecture
Series - Lecture
Series - Lecture
Series - Lecture
Series - Coding
Series - Coding
Series - Coding
Series - Coding
DataFrames - Lecture
DataFrames - Lecture
DataFrames - Lecture
DataFrames - Lecture
DataFrames - Coding
DataFrames - Coding
DataFrames - Coding
DataFrames - Coding
Selecting Data - Lecture
Selecting Data - Lecture
Selecting Data - Lecture
Selecting Data - Lecture
Selecting Data - Coding
Selecting Data - Coding
Selecting Data - Coding
Selecting Data - Coding
Missing Data - Lecture
Missing Data - Lecture
Missing Data - Lecture
Missing Data - Lecture
Missing Data - Coding
Missing Data - Coding
Missing Data - Coding
Missing Data - Coding
Loading Data - Lecture
Loading Data - Lecture
Loading Data - Lecture
Loading Data - Lecture
Loading Data - Coding
Loading Data - Coding
Loading Data - Coding
Loading Data - Coding
Basic Data Analysis - Lecture
Basic Data Analysis - Lecture
Basic Data Analysis - Lecture
Basic Data Analysis - Lecture
Basic Data Analysis - Coding
Basic Data Analysis - Coding
Basic Data Analysis - Coding
Basic Data Analysis - Coding
Sorting and Filtering - Lecture
Sorting and Filtering - Lecture
Sorting and Filtering - Lecture
Sorting and Filtering - Lecture
Sorting and Filtering - Coding
Sorting and Filtering - Coding
Sorting and Filtering - Coding
Sorting and Filtering - Coding
Manipulating Data - Lecture
Manipulating Data - Lecture
Manipulating Data - Lecture
Manipulating Data - Lecture
Manipulating Data - Coding
Manipulating Data - Coding
Manipulating Data - Coding
Manipulating Data - Coding
Exercises
Exercises
Exercises
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Matplotlib10 lectures ‚1hr 48min
Matplotlib
10 lectures ‚1hr 48min
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Exercises
Introduction - Matplotlib
Introduction - Matplotlib
Introduction - Matplotlib
Introduction - Matplotlib
Matplotlib Basics - Lecture
Matplotlib Basics - Lecture
Matplotlib Basics - Lecture
Matplotlib Basics - Lecture
Matplotlib Basics - Coding
Matplotlib Basics - Coding
Matplotlib Basics - Coding
Matplotlib Basics - Coding
Multi Plots - Lecture
Multi Plots - Lecture
Multi Plots - Lecture
Multi Plots - Lecture
Multi Plots - Coding
Multi Plots - Coding
Multi Plots - Coding
Multi Plots - Coding
More Plot Types - Lecture
More Plot Types - Lecture
More Plot Types - Lecture
More Plot Types - Lecture
More Plot Types - Coding
More Plot Types - Coding
More Plot Types - Coding
More Plot Types - Coding
Charting with mplfinance - Lecture
Charting with mplfinance - Lecture
Charting with mplfinance - Lecture
Charting with mplfinance - Lecture
Charting with mplfinance - Coding
Charting with mplfinance - Coding
Charting with mplfinance - Coding
Charting with mplfinance - Coding
Exercises
Exercises
Exercises
Exercises
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Knowledge Check 32 lectures ‚1min
Knowledge Check 3
2 lectures ‚1min
Test
Answers
Test
Answers
Test
Test
Test
Test
Answers
Answers
Answers
Answers
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Conclusion1 lecture ‚13min
Conclusion
1 lecture ‚13min
Conclusion
Conclusion
Conclusion
Conclusion
Conclusion
Conclusion

You might also like