Skip to main content

Section outline

  • Module 1: Introduction to Python (1 Hour)
    • Overview of Python and its uses.
    • Setting up the Python environment.
    • Running Python scripts.
    Module 2: Basic Python Syntax and Operations (1.5 Hours)
    • Variables, data types, and type casting.
    • Operators (arithmetic, assignment, comparison, logical).
    • Input and output functions.
    Module 3: Data Structures in Python (2 Hours)
    • Lists, tuples, sets, and dictionaries.
    • Indexing, slicing, and iteration.
    • Common operations and methods.
    Module 4: Control Flow (1.5 Hours)
    • Conditional statements (if, elif, else).
    • Loops (for, while) and loop control (break, continue).
    • List comprehensions.

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