Skip to Content
Python

Python

python basis
Responsible SHUVAM SAHOO
Last Update 30/12/2025
Completion Time 2 days 2 hours
Members 1
Basic

Syllabus Overview

Week 1: Introduction to Python

  • Overview of Python and its applications
  • Installing Python and setting up the environment
  • Running Python scripts and using the interactive shell
  • Basic syntax, variables, and data types
  • Input and output (print(), input() functions)
  • Basic operators and expressions

Week 2: Control Flow and Functions

  • Conditional statements (if, elif, else)
  • Looping (for, while)
  • break, continue, and pass statements
  • Defining functions and calling them
  • Function arguments and return values
  • Scope and lifetime of variables

Week 3: Data Structures

  • Lists: operations, slicing, and methods
  • Tuples: properties and usage
  • Sets: set operations (union, intersection, difference)
  • Dictionaries: key-value pairs and operations
  • List and dictionary comprehensions

Week 4: File Handling and Exception Handling

  • Reading and writing files (text and CSV)
  • Working with file modes (r, w, a, etc.)
  • Handling exceptions with try, except, and finally
  • Raising exceptions and creating custom exceptions

Week 5: Object-Oriented Programming (OOP)

If you want, I can also:

  • Add topics for Week 5 (OOP)
  • Convert this into a syllabus document, table, or lesson plan
  • Adjust it for school, college, or corporate training