Course curriculum

  • 1

    Introduction to Python Programming

    • What is Programming?

    • Features of Python Programming Language

  • 2

    Setting Up Python IDE

    • Installing Python IDE

    • Writing Your First Program

  • 3

    Data Display

    • Print Function

  • 4

    Python Program Structure

    • Indentation Structure in Python

  • 5

    Working with Data

    • Understanding Variables

    • Working with Variables

    • Introduction to Data Types

  • 6

    Typical Mistakes in writing program by Beginner

    • Error Handling

  • 7

    Mathematical Operations

    • Introduction to Mathematical Operators

    • Let’s create an Application using Math Operators

    • Use of Operators with String

    • Error Handling in Mathematical Operations

  • 8

    Taking Input from the User

    • Introduction to Input Function

    • Taking String Input

    • Taking Integer Input

    • Taking Float Input

    • Use of All Inputs in one Program