Learn with Yasir
Share Your Feedback

Video Training Python

Learn Python basics with beginner-friendly tutorials, examples, and exercises. Master Python programming concepts like print function, variables, comments, indentation and more. Perfect for students and professionals starting their Python journey.

Installation & Getting Started

Python Exercises

Python Language Basics

Print() Function:

Comments:

Indentation:

Variables and Assignments

Local and Global Variables:

Python Quiz - Variables

Data Types

str:

Python str examples:

Python Quiz -String

int:

float:

bool:

Python Quiz - Scalar Types

Operators

1. Arithmetic Operators:

2. Comparison Operators: 3. Assignment Operators: 4. Logical Operators:

5. Identity Operators:

6. Membership Operators:

7. Bitwise Operators:

Python operators examples:

Python Quiz -Operators

Functions

Python def examples:

Python Quiz - Functions

Anonymous (Lambda) Functions

Python lambda examples:

Generators

Python generator examples:

Control Flow Statements

if Statement

Python Quiz -IF

for Statement

while Statement

while loop examples:

The Range() function

The break and continue Statement

The else Clauses on Loops

pass Statement

match Statement

Data Structures and Sequences

Tuple:

list

List Methods:

Built-in Sequence Functions:

dict

dict Methods:

set

List, Set and Dict Comprehensions

List comprehension examples:

Python Sorting

Python sorting examples:

Error and Exception Handling

Python Performance

Python in Excel

Classes - Object Oriented Programming

Modules

Numpy

Numpy in Python examples:

pandas

calendar

Handouts: calendar

File Handling

Read CSV and XML Files

Python Regular Expressions

Python Utilities

Testing

Modules

Data Analysis


Explore More Topics

Python Fundamentals

Flow Control Statements

Fundamentals more ...




🧠 Python Advanced

Object-Oriented Programming in Python (OOP)

More...

🧠 Modules