Video Training Python

Connect with me: Youtube | LinkedIn | WhatsApp Channel | Web | Facebook | Twitter

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