Do as Directed. 1. IDLE stands for? 2. What is the use of Matplotlib? 3. What is Recursion? 4. Write all function name using Lambdas. 5. What is the use of seek () and tell () Methods. 6. Explain Assertion. 7. Explain List Comprehension.
[7 marks]Do as Directed. 1. Write a program to find Largest number out of three numbers using function. 2. What is indexing and slicing. Explain it with example.
[4 marks]Explain different types of variables.
[7 marks]Write syntax for function in python. Write a code to find maximum of two given numbers. Explain the use and creation, parameter passing in function. in p
[7 marks]Explain various blocks of exception handling with example.
[7 marks]Write a program to find factorial with Iterative and Recursive methods.
[7 marks]Compare List, Tuple and Dictionary data types.
[7 marks]How to create our own module in python.
[7 marks]How many types of files in python. Write the different operation on file With example.
[7 marks]What is regular Expressions? Explain.
[7 marks]Explain the sequence character, Quantifiers and special character in Regular expression.
[7 marks]1. Write a program to retrieve all rows from Student table and display the Column values in tabular form. 2. Write program to create emp_table in MySQL database.
[2 marks]What is Data visualization? Explain Bar Graph with Example.
[7 marks]Explain function Decorators and Generators with Example.
[7 marks]Write a program using GUI to retrieve a row from a MySQL database table.
[7 marks]What is Data frame? Write different operation on data frames.
[7 marks]