Module 1
1. Python characteristics, applications
2. Indendation
3. Operators examples
4. Math module program
5. SDLC diagram & explanation with real time example
6. Python Source Code into Executable Code
7. Working of python -diagram
8. Variable names example
9. Significance of Indentation with example
10. program to reverse a number and also find the sum of digits of the number.
Module 2
1. Python rules
2. Conditional statements (translate for to while, while to for, output prediction, error
correction)
3. Strings
4. Lazy Evaluation
5. String methods
6. Higher order functions, types of higher order functions with an example.
7. Decimal to binary number system
8. Short circuit evaluation, Study the program
9. Binary to decimal conversion
10. Control statements
11. Predict the output -’for loop problems’
12. Basic programs (reverse of a number, fibonacci, factorial, square root, sum of
even numbers etc.)
13. Types of operators with example
Module 3
1. List methods
2. List comprehension. Study the programs
3. Set operations in python with example
4. Create, modify, remove specific elements from a set.
5. Test the set membership
6. to print half its value in one line and the other in the next line
7. Consider a tuple, print half its value in one line and the other in the next line, print
another tuple whose values are even numbers in the given tuple.
8. program for getting calendar for a month
9. program using a list to find the median of a set of numbers
10. features of list, tuple, set and dictionary
11. Operations in tuple
12. date, time
Module 4
1. Accessors, mutators
2. The types of errors in python and explain any three built-in exceptions with an
example.
3. Write a python program for multiple inheritance.
4. Write a python program for finally clause.
5. procedural programming and object-oriented programming
6. exception handling mechanism in python
7. purpose of the __init__ method and self parameter
8. Object oriented concepts used in python
9. Inheritance, its types with example
10. Exception handling with example.
Module 5
1. Text files, binary files.
2. Create a python array, slicing, changing, adding methods in the array.
3. os module & sys module in python.
4. program to read a file line by line and store it into the list.
5. a program to read contents from a file and write the content to another file after
eliminating duplicates.
6. Python list and a NumPy array.
7. Ndarray objects
8. Significance of NumPy in python and memory layout of an ndarray and how does
NumPy integrate with other libraries like Pandas?
9. Write a Python program that reads a file and calculates how often each word
appears in the text, then displays the word frequencies.
10. OS module
11. CSV files