Event Name:

Python Fast Track Course

Topic/Module Description Download
Introduction to Python Programming

Understanding Python basics

Setting up your environment

Writing your first Python script,

Data Types and Variables

Numbers

Strings

Lists

Tuples

Dictionaries

Declaring variables

Basic operations

Conditional Statements and Loops

If-else conditions

For and While loops with real-world

Functions in Python

Creating reusable code with functions

Built-in vs user-defined functions

File Handling

What is file Handle?

Opening a File

Reading from a File

Writing to a File

Managing Files

Using the with Statement