You are on page 1of 15

Python Model paper - 2

PART - C

13. a) Explain sting Slicing in Python?

b) Explain command line arguments?


14. a) Explain default arguments and variable length arguments?
b) Explain the steps to reading and writing CSV files in python?
15.a) Explain the various operations that can be performed on lists in python?
b) Discuss the built in functions used on Dictionaries in python?
16.a) Discuss the steps to read write binary files in python?

b)How polymorphism is achieved in object oriented programming?

17. a) Explain the steps to create classes and objects in python?


b) Discuss the different types of files in python?
18.a) Explain rolling dice with ploty. Write a program to illustrate the same.
b)write a program to read data from Gitgub and use the data to visualize using ploty.
PART - B

7. Explain the importance of type conversation in python and how it can be performed?

8. Describe various control flow statements in python?


9. Discuss the built in functions used on Tuples?

10. Explain the concept of access modifiers in python?


11. Write a python program to draw a multiline graph by reading CSV file and using
marplotlib?
12. Explain requests library with an example?

You might also like