All Courses
Certificate
My Courses
Log In
Register
Menu
All Courses
Certificate
My Courses
Log In
Register
£
0.00
Cart
All Courses
Certificate
My Courses
Log In
Register
Menu
All Courses
Certificate
My Courses
Log In
Register
£
0.00
Cart
All Courses
Development
Programming Language
Python
Python Programming From A-Z: Beginner To Expert Course
Section 1: Introduction to Python Programming from A-Z
8
Lecture
1.1
1. Intro To Python Section Overview
06 min
Lecture
1.2
2. What is Python Programming?
11 min
Lecture
1.3
3. Who is This Course For?
05 min
Lecture
1.4
4. Python Programming Marketplace
06 min
Lecture
1.5
5. Python Job Opportunities
05 min
Lecture
1.6
6. How to Land a Python Job w/o a Degree
09 min
Lecture
1.7
7. Python Programmer Job Roles
09 min
Lecture
1.8
Downloadable Resources
20 min
Section 2: Getting Familiar with Python
11
Lecture
2.1
1. Getting Familiar with Python Overview
06 min
Lecture
2.2
2. Installing Python on Windows
10 min
Lecture
2.3
3. Anaconda and Jupyter Notebooks Part 1
08 min
Lecture
2.4
4. Anaconda and Jupyter Notebooks Part 2
17 min
Lecture
2.5
5.Python Syntax
03 min
Lecture
2.6
6. Python Line Structure
03 min
Lecture
2.7
7. Line Structure Exercise
Lecture
2.8
8. Python Comments
06 min
Lecture
2.9
9. Joining Lines in Python
05 min
Lecture
2.10
10. Working with Multiple Statement on a Single Line
05 min
Lecture
2.11
11. Indentation
08 min
Section 3: Python Basic Data Types
10
Lecture
3.1
1. Python Basic Data Types Overview
09 min
Lecture
3.2
2. Python Variables
09 min
Lecture
3.3
3. Integers and Floats
09 min
Lecture
3.4
4. String Overview
10 min
Lecture
3.5
5. String Manipulation
08 min
Lecture
3.6
6. String Indexing
05 min
Lecture
3.7
7. String Slicing
09 min
Lecture
3.8
8. Working with Boolean
09 min
Lecture
3.9
9. Printing Function
10 min
Lecture
3.10
10. Mini Project – Letter Counter
20 min
Section 4: Python Operators
8
Lecture
4.1
1. Python Operators Overview
05 min
Lecture
4.2
2. Arithmetic Operators
09 min
Lecture
4.3
3. Assignment Operators
Lecture
4.4
4. Comparison Operators
Lecture
4.5
5. Logical Operators
13 min
Lecture
4.6
6. Identity Operators
05 min
Lecture
4.7
7. Membership Operators
03 min
Lecture
4.8
8. Bitwise Operators
08 min
Section 5: Python Advanced Data Types
8
Lecture
5.1
1. Python Advanced Data Types Overview
11 min
Lecture
5.2
2. Python Lists
05 min
Lecture
5.3
3. List Slicing and Indexing
05 min
Lecture
5.4
4. Python Tuples
03 min
Lecture
5.5
5. Python Sets
07 min
Lecture
5.6
6. Python Dictionaries
11 min
Lecture
5.7
7. When To Use Each One?
05 min
Lecture
5.8
8. Compound Data Types
03 min
Section 6: Python Control Flow Part 1
6
Lecture
6.1
1. Python Control Flow Part 1 Overview
16 min
Lecture
6.2
2. Intro To Control Flow
01 min
Lecture
6.3
Basic Conditional Statements
14 min
Lecture
6.4
3. More Conditional Statements
06 min
Lecture
6.5
4. For Loops
10 min
Lecture
6.6
5. While Loops
12 min
Section 7: Python Control Flow Part 2
6
Lecture
7.1
1. Python Control Flow Part 2 Overview
03 min
Lecture
7.2
2. Break Statements
08 min
Lecture
7.3
3. Continue Statements
05 min
Lecture
7.4
4. Zip Function
08 min
Lecture
7.5
5. Enumerate Function
04 min
Lecture
7.6
6. List Comprehension
05 min
Section 8: Python Functions
6
Lecture
8.1
1. Python Function Overview
03 min
Lecture
8.2
2. Intro To Functions
03 min
Lecture
8.3
3. Python Help Functions
04 min
Lecture
8.4
4. Defining Functions
10 min
Lecture
8.5
5. Variable Scope
09 min
Lecture
8.6
6. Doc Strings
04 min
Section 9: User Input and Error Handling
7
Lecture
9.1
1. User Input and Error Handling Overview
02 min
Lecture
9.2
2. Intro To Error Handling
03 min
Lecture
9.3
3. User Input
05 min
Lecture
9.4
4. Syntax Errors
04 min
Lecture
9.5
5. Exceptions
12 min
Lecture
9.6
6. Handling Exceptions Part 1
09 min
Lecture
9.7
7. Handling Exceptions Part 2
09 min
Section 10: Python Advanced Functions
7
Lecture
10.1
1. Python Advanced Function Overview
06 min
Lecture
10.2
2. Lambda Functions
06 min
Lecture
10.3
3. Functions args and kwargs
11 min
Lecture
10.4
4. Python Iterators
09 min
Lecture
10.5
5. Generators and Yield
12 min
Lecture
10.6
6. Map Function
15 min
Lecture
10.7
7. Filter Function
09 min
Section 11: Python Scripting and Libraries
9
Lecture
11.1
1. Python Scripting and Libraries Overview
05 min
Lecture
11.2
2. What is a Script?
02 min
Lecture
11.3
3. What is an IDE?
18 min
Lecture
11.4
4. What is a Text Editor?
12 min
Lecture
11.5
5. From Jupyter Notebook to VScode Part 1
15 min
Lecture
11.6
6. From Jupyter Notebook to VScode Part 2
06 min
Lecture
11.7
7. Importing Scripts
04 min
Lecture
11.8
8. Standard Libraries
05 min
Lecture
11.9
9. Third-Party Libraries
06 min
Section 12: NumPy
9
Lecture
12.1
1. NumPy Overview
05 min
Lecture
12.2
2. Intro To NumPy
05 min
Lecture
12.3
3. Why Use NumPy
05 min
Lecture
12.4
4. NumPy Arrays
11 min
Lecture
12.5
5. Reshaping, Accessing, and Modifying
08 min
Lecture
12.6
6. Slicing and Copying
06 min
Lecture
12.7
7. Inserting, Appending, and Deleting
10 min
Lecture
12.8
8. Array Logical Indexing
04 min
Lecture
12.9
9. Broadcasting
09 min
Section 13: Pandas
6
Lecture
13.1
1. Intro To Pandas
17 min
Lecture
13.2
2. Pandas Series
17 min
Lecture
13.3
3. Pandas Series Manipulation
17 min
Lecture
13.4
4. Pandas DataFrame
18 min
Lecture
13.5
5. Pandas DataFrame Manipulation
13 min
Lecture
13.6
6. Dealing with Missing Values
11 min
Section 14: Intro To OOP
5
Lecture
14.1
1. Functional vs OOP
07 min
Lecture
14.2
2. OOP Key Definitions
05 min
Lecture
14.3
3. Create Your First Class
13 min
Lecture
14.4
4. How to Create and Use Objects
07 min
Lecture
14.5
5. How To Modify Attributes
13 min
Section 15: Advanced OOP
5
Lecture
15.1
1. Python Decorators
18 min
Lecture
15.2
2. Property Decorator
09 min
Lecture
15.3
3. Class Method Decorator
08 min
Lecture
15.4
4. Static Methods
11 min
Lecture
15.5
5. Inheritance from A-Z
21 min
Section 16: Starting a Career in Python
8
Lecture
16.1
1. Python Career Overview
06 min
Lecture
16.2
2. Getting Started with Freelancing
10 min
Lecture
16.3
3. Building a Brand
12 min
Lecture
16.4
4. Personal Branding
14 min
Lecture
16.5
5. Importance of Having Website/Blog
Lecture
16.6
6. Networking
05 min
Lecture
16.7
7. Top Freelance Websites
09 min
Lecture
16.8
8. Creating a Python Developer Resume
07 min
5. Python Job Opportunities
Lesson content is empty.
Login with your site account
Lost your password?
Remember Me
Not a member yet?
Register now
Register a new account
Are you a member?
Login now
0
0
Your Cart
Your cart is empty
Return to Shop
Modal title
Main Content