Schedule Date
Knowledge Testing (online Assessment) Monday
Week One Video Lecture

Introduction

In this lesson, you'll learn about the process of programming, which involves different steps. This will give you a brief introduction to programming.

The Programming Cycle for Python

In this lesson, you'll learn about the programming cycle of Python, which includes different steps. Then you'll learn about the Python IDE that is to be used and the I Python shell.

Week Two Video Lecture

Interacting with Python Programs

In this lesson, you'll learn to write simple codes or programs to read some value from the user or print some computed value. In other words, you'll learn to interact with some easy Python programs.

Elements of Python

In this lesson, you'll learn about the elements of Python program or you can say, the parts of the Python Program. Then you'll also learn about the Data types in Python

Week Three Video Lecture

Type Conversion

In this lesson, you'll learn about Type Conversion or Type Casting. You'll also learn to convert types or perform typecasting Python.

Expressions

In this lesson, you'll learn about the expressions, particularly different types of operators that are available in Python programming language. You'll also learn about variables and Identifiers.

Week One Practical lab