Do as Directed. 1. What is iteration in python? 2. What is generator? 3. What is Mutable Object? 4. What is the use of Matplotlib? 5. IDLE stands for___________. 6. Explain Assertion. 7. The assert Statement.
[7 marks]What is Recursion? Write down program to find Fibonacci series of a number with recursive function.
[7 marks]What is module in python? Explain it with Example.
[7 marks]Explain Tuples, List and Dictionary in detail with suitable example
[7 marks]Explain types of variables and types of methods in class using example.
[7 marks]What is dictionary in Python? Explain with an example.
[7 marks]What do you mean by Anonymous function? Explain map (), filter () and reduce () function with reference to lambda.
[7 marks]Explain the Different types of Arguments in Python.
[7 marks]What are Exceptions? Write a python code to explain user define exception handling. Page 1 of
[2 marks]Explain file handling in Python with read () and write () function.
[7 marks]What is use of Data Frames? Explain with example.
[7 marks]Explain seek() and tell() methods in detail with proper example to read a binary file.
[7 marks]Describe the methods of regular expression. How to use regular expressions on file? Explain with example.
[7 marks]What is inheritance? What are the different types of inheritance available in python? Explain each with example.
[7 marks]What is Data visualization? Explain Bar Graph with Example.
[7 marks]Write a python program which show to insert and delete records in employee table with following fields. (emp_id , emp_name , emp_mnumber , emp_project )
[7 marks]Explain following methods of pyplot with example. hist () , pie () , title () Page 2 of
[2 marks]