logo
Login
CERTIFICATE IN PYTHON PROGRAMMING ( M-PY-01 )

BASIC INFORMATION

  • Course Fees : 6000.00 8000.00/-
  • Course Duration : 60 DAYS
  • Minimum Amount To Pay : Rs.500.00

Module 1: Introduction to Python

  • What is Python?

  • Features and Applications of Python

  • Installing Python and Python IDEs (IDLE, PyCharm, VS Code)

  • Writing and executing the first Python program

  • Comments in Python

Module 2: Python Basics

  • Variables and Data Types

  • Input and Output functions

  • Type Casting

  • Operators in Python (Arithmetic, Relational, Logical)

Module 3: Control Structures

  • Conditional Statements: ifif-elseif-elif-else

  • Looping: whilefor

  • breakcontinue, and pass

Module 4: Functions

  • Defining and calling functions

  • Function arguments (default, keyword, return)

  • Recursion (Basic examples)

Module 5: Data Structures

  • Lists, Tuples, Sets, and Dictionaries

  • Basic operations and built-in functions

  • List Comprehension

Module 6: String Handling

  • Creating and manipulating strings

  • String functions and slicing

Module 7: File Handling

  • Reading from and writing to text files

  • Working with file modes (rwa)

Module 8: Exception Handling

  • Try, Except, Else, Finally

  • Handling multiple exceptions

Module 9: Basic Object-Oriented Programming (OOP)

  • Classes and Objects

  • Constructor and __init__() method

  • Inheritance (basic idea)

    Assessment & Projects

  • Weekly assignments

  • Mini project at the end (e.g., calculator, to-do list, number guessing game)