arrow_back
BACK TO COURSE
Course Introduction
Course Introduction
Python Programming - Is Python A Bubble?
Setup - Installing Python
Installing Python on Windows
Python 3.9 Version Update
lock
Installing Python on Linux/Mac
lock
Different Methods To Execute Python Codes
lock
Python help() - Python Documentation
lock
Writing Our First Python Program
Variables and Python Memory Management
Datatypes in Python
Datatypes in Python
Sequences in Python
Sets, Dictionary
Literals and Identifiers
Reserve Words - You Cann't Use Them!
Reserve-Words
lock
Operators in Python
Operators: Arithmetic, Assignment
Operators: Unary Minus, Relational, Logical, Boolean
lock
Understanding Escape Characters
lock
Input and Output
Introduction to Input and Output Statements
lock
Output Statements
lock
Input Statements
lock
Python Built-in Functions and Built-in Module
lock
IDE (Integrated Development Environment)
Editor 1 - Working With ATOM
lock
Editor 2 - Working With VS Code
lock
Run .py file through System Terminal
lock
How to run your .py file without IDE Terminal in Windows
lock
Python Control Statements
Conditionals: If, If ... Else and Indentation
lock
Indentation
lock
Conditionals: If ... Else Statements With Operators
lock
Conditionals: if... elif ... else Statements + Nested if Statements
lock
Loops In Python
While Loop
lock
For Loops - Part 1
lock
For Loops - Part 2
lock
Break and Continue Statements
lock
Strings and Characters
Comments and Doc Strings
lock
Diving Deep With "Strings"
lock
Lists, Tuples and Dictionaries
Diving Deep - List
lock
Diving Deep - Tuples
lock
Diving Deep - Dictionaries
lock
Indexing, Slicing, Negative Indexing
lock
Functions
What are Functions?
lock
Parameters, Arguments, Return
lock
Formal and Actual Arguments (arg, *arg, **karg)
lock
Local and Global Variables
lock
Quiz 1 - Beginners Concepts
lock
Object Oriented Programming (OOP)
Introduction to Object Oriented Programming (OOP)
lock
Classes and Objects in Python (OOP)
lock
Understanding init() Method and 'self ' Parameter
lock
Solving Task: OOPS
lock
Defining Multiple Constructors in Python?
lock
Encapsulation
lock
Public And Private Methods
lock
Inheritance
lock
Getter and Setter
lock
Creating And Importing Module
lock
Creating User Defined Module
lock
Multiple Inheritance
lock
Understanding super() Function [Part 1]
lock
Understanding super() Function [Part 2]
lock
Python Naming Convention (Classes, Variables, Functions, Methods ...)
lock
Composition
lock
Aggregation
lock
Abstract Classes
lock
Discussing Over import And from
lock
Operator Overloading [Part 1]
lock
Operator Overloading [Part 2]
lock
Quiz 2 - Object Oriented Programming
lock
Errors And Exceptions Handling
Errors - Types of Errors!
lock
Exceptions
lock
Exceptions Handling Introduction
lock
Exceptions Handling
lock
Try, Except, Else And Finally
lock
Raising Exception
lock
Creating User Defined Exception
lock
__name__ == "__main__"
if __name__ == "__main__"
lock
Python I/O - File Handling
Creating Text File And Write Content
lock
Appending Files - 1 | Solving Example - File Handling
lock
Appending Files - 2 | Solving Example - File Handling
lock
How To Read Content From A File
lock
Coding Question - Round 0
Python Practice - 30 Questions
lock
Exercise 1 - Execution Sequence
lock
Exercise 1 - Solution
lock
Exercise 2 - Naming Rules
lock
Exercise 2 - Solution
lock
Exercise 3 - Type Casting
lock
Exercise 3 - Solution
lock
Exercise 4 - Indexing
lock
Exercise 4 - Solution
lock
Exercise 5 - Slicing 1
lock
Exercise 5 - Solution
lock
Exercise 6 - Slicing 2
lock
Exercise 6 - Solution
lock
Exercise 7 - Negative Indexing
lock
Exercise 7 - Solution
lock
Exercise 8 - Negative Slicing
lock
Exercise 8 - Solution
lock
Exercise 9 - Sequence Item Picking
lock
Exercise 9 - Solution
lock
Exercise 10 - Range
lock
Exercise 10 - Solution
lock
Exercise 11 - More On Range
lock
Exercise 11 - Solution
lock
Exercise 12 - Removing Duplicates
lock
Exercise 12 - Solution
lock
Exercise 13 - Simple Dictionary
lock
Exercise 13 - Solution
lock
Exercise 14 - Accessing Dictionary Items
lock
Exercise 14 - Solution
lock
Exercise 15 - Dictionary Items Sum Up
lock
Exercise 15 - Solution
lock
Exercise 16 - Apply Function to Dictionary Items
lock
Exercise 16 - Solution
lock
Exercise 17 - Dictionary Filtering
lock
Exercise 17 - Solution
lock
Exercise 18 - Acceleration Calculator
lock
Exercise 18 - Solution
lock
Exercise 19 - Global Variables
lock
Exercise 19 - Solution
lock
Exercise 20 - Local Vs. Global Variables
lock
Exercise 20 - Solution
lock
Exercise 21 - Function Blueprint
lock
Exercise 21 - Solution
lock
Exercise 22 - String Splitter
lock
Exercise 22 - Solution
lock
Exercise 23 - Word Counter
lock
Exercise 23 - Solution
lock
Exercise 24 - Advanced Word Counter
lock
Exercise 24 - Solution
lock
Exercise 25 - NameError
lock
Exercise 25 - Solution
lock
Exercise 26 - Translator
lock
Exercise 26 - Solution
lock
Exercise 27 - Text Input
lock
Exercise 27 - Solution
lock
Exercise 28 - Multilevel Dictionary
lock
Exercise 28 - Solution
lock
Exercise 29 - Modifying Multilevel Dictionaries
lock
Exercise 29 - Solution
lock
Exercise 30 - Adding to Multilevel Dictionaries
lock
Exercise 30 - Solution
lock
Keep Going
lock
Python Package Management System
pip - PyPI for Managing Python packages
lock
Project 1 - Face Detection
What is OpenCV?
lock
OpenCV Face Detection With Python
lock
Detecting 'Elon Musk' And 'Mark Zuckerberg' Faces
lock
Detecting Faces Of All Images In The Folder
lock
Self-Dependent Developer
Self-Dependent Developer
lock
Project 2 - Password Generator
Random Module
Random Password Generator
lock
Readable Password Generator
lock
Coding Question - Round 1
Section Introduction
lock
Exercise 1 - Integer Product
lock
Exercise 1 - Solution
lock
Exercise 2 - Sum of Numbers
lock
Exercise 2 - Solution
lock
Exercise 3 - Index Number
lock
Exercise 3 - Solution
lock
Exercise 4 - String Indexing
lock
Exercise 4 - Solution
lock
Exercise 5 - List Numbers
lock
Exercise 5 - Solution
lock
Exercise 6 - Divisible by number
lock
Exercise 6 - Solution
lock
Exercise 7 - Repetition Count
lock
Exercise 7 - Solution
lock
Exercise 8 - Reverse Number
lock
Exercise 8 - Solution
lock
Exercise 9 - Odd Even List
lock
Exercise 9 - Solution
lock
Exercise 10 - Dictionary Access
lock
Exercise 10 - Solution
lock
Coding Question - Round 2
Section Introduction
lock
Exercise 1 - Calculate Simple Interest
lock
Exercise 1 - Solution
lock
Exercise 2 - Check Divisibility
lock
Exercise 2 - Solution
lock
Exercise 3 - Leap Year
lock
Exercise 3 - Solution
lock
Exercise 4 - Area of a Triangle
lock
Exercise 4 - Solution
lock
Exercise 5 - Largest Among Three
lock
Exercise 5 - Solution
lock
Exercise 6 - Merge List
lock
Exercise 6 - Solution
lock
Exercise 7 - Remove Duplicate
lock
Exercise 7 - Solution
lock
Exercise 8 - Dictionary to List
lock
Exercise 8 - Solution
lock
Exercise 9 - String Balance Check
lock
Exercise 9 - Solution
lock
Exercise 10 - Factor Number
lock
Exercise 10 - Solution
lock
Python 3 Cheatsheet
Python3 Cheatsheet
lock
python3-Cheatsheet
lock
PEP 8 - Style Guide for Python Code
lock
Python Advanced
Advanced Module Introduction
lock
Source Code Files
lock
Recursion
What is Recursion?
lock
Control of a Function
lock
Tracing Tree
lock
Call Stack
lock
Tree Recursion
lock
Example: Factorial of a Number
lock
Map, Filter and Reduce
Lambda Functions
lock
Map
lock
Filter
lock
Reduce
lock
Comprehension
List Comprehension
lock
Regular Expressions
Why We Use Regular Expressions
Different Methods With RegEx
lock
Writing Patterns
lock
Creating Pattern For Email Validation
lock
Decorators
Decorators
lock
Logging
Logging
Date and Time
Date and Time
lock
What's New With Python 3.8?
What's New With Python 3.8?
What's New With Python 3.9?
Union Operators
Type Hinting
New String Class Methods
lock
Native Time Support (Zoneinfo)
lock
What Next? (Important)
Where to Practice Next?
lock
Theory Interview Question
45 Python Interview Questions - (Basics + Intermediate)
lock
45 Python Interview Questions - (Basics + Intermediate)
lock
15 Python Interview Questions - Advance
lock
15 Python Interview Questions - Advance
lock
Coding Section - Round 3
Section Introduction
lock
Exercise 1-10 (Questions With No Solution)
lock
Quiz 3 - Advanced Concepts
lock
Thank You For Being Here!
Thank You For Being Here!
lock
Preview - Complete Python Programming - Basics to Advanced Concepts
Discuss (
0
)
navigate_before
Previous
Next
navigate_next