Skip to main content

Section outline

  • Module 1: Introduction to Python (1 Hour)
    • What is Python?
    • Python's popularity & use cases.
    • Setting up the Python environment (Installation & IDE setup).
    • Writing your first Python program.
    Module 2: Basic Syntax & Data Types (2 Hours)
    • Python syntax & indentation.
    • Variables & data types (integers, floats, strings, booleans).
    • Basic input/output operations.
    • Type conversion & type checking.
    Module 3: Operators & Expressions (1 Hour)
    • Arithmetic, relational, logical, and assignment operators.
    • Operator precedence & associativity.
    • Working with expressions & basic math functions.
    Module 4: Control Flow (2 Hours)
    • Conditional statements: if, elif, else.
    • Loops: for and while loops.
    • Break, continue, and pass statements.
    Module 5: Working with Strings (1 Hour)
    • String operations & methods.
    • String formatting techniques.
    • Working with substrings & slicing.

    Hands-on Lab: Writing Python scripts for data processing.