0% found this document useful (0 votes)
4 views2 pages

Python Imp

The document outlines the curriculum for four modules covering fundamental programming concepts in Python, including string manipulation, flow control, loops, data structures, and file handling. It also introduces advanced topics such as operator overloading, polymorphism, and the use of various Python modules. Each module includes practical examples and programming exercises to reinforce learning.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Python Imp

The document outlines the curriculum for four modules covering fundamental programming concepts in Python, including string manipulation, flow control, loops, data structures, and file handling. It also introduces advanced topics such as operator overloading, polymorphism, and the use of various Python modules. Each module includes practical examples and programming exercises to reinforce learning.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MODULE 1

1. Demonstrate the example print(), input(), len() string concatenation and string replication
2. Explain flow control statements if, if-else and elif break and continue statement with flow
chart.
3. While and for loop with example
4. Range function with example
5. Explain global and local scope with example program
6. What are comparison and Boolean operators with examples
7. Importing modules like random, [Link](),math
8. Explain return values and return statements
9. Guess a number program

MODULE 2

1. Explain the use of in and not in operators in list,string and tuples with examples.
2. Explain negative indexing, slicing, index(), append(), remove(), del, insert(), reverse() and
sort() methods.
3. Explain mutable and immutable datatypes
4. Tic-tac-toe board program
5. List replication and concatenation
6. Explain id, copy and deepcopy() functions with example
7. Discuss get(), keys(),item() and values() with examples
8. Explain dictionaries with example
9. Pretty printing program

MODULE 3

1. Explain with example explain shelve module and pprtint and pformatt methods
2. With example explain join and split methods
3. Explain string methods upper , lower , isupper and islower
4. Removing whitespace
5. Justification methods
6. Indexing , negative indexing, slicing and in and not in operator
7. Interpret the use of pyperclip module in python with example
8. Explain absolute and relative path with example
9. Explain file reading and writing files and different modes
10. [Link] module methods
11. IsX() methods

MODULE 5
1. Explain operator overloading and polymorphism
2. Write a function called print time that takes a time object and print it in the form of
hour:minute:seconds
3. Explain init and str methods
4. What is pure function write a program to find the duration of events if start and end time is
given by defining class TIME.
5. Rectangle program

NOTE: **ALL LAB PROGRAMS **


** MODULE 4 REFER SECOND IA PAPER**

You might also like