Write following programs for regular expressions. 1. To search for string starting with m and having total three characters using the search(), findall() and map() methods. 2. To split a string into pieces where one or more non alpha numeric characters are found.
[3 marks]Explain performing queries on data frames with example.
[7 marks]Discuss instance and static variables with example.
[7 marks]Explain List and Mutability.
[7 marks]Write a python program to pass a function as parameter to another function.
[7 marks]Explain abstract data types.
[7 marks]Explain Dictionaries and associated methods.
[7 marks]Discuss method resolution order in multiple inheritances.
[7 marks]Explain Lambda function with example.
[7 marks]Discuss Histogram and write a program to explain the same.
[7 marks]Explain closing, reading and writing with files.
[7 marks]Discuss the steps of creating a table and inserting five records with appropriate example of your choice.
[7 marks]Discuss sorting of data.
[7 marks]Explain filter, reduce and map with suitable examples.
[7 marks]Explain exception. Discuss different blocks associated with handling of exception.
[7 marks]Discuss all key points for retrieving information from a HTML file. Write a program to explain the same.
[7 marks]Discuss the use of super keyword with an example. Page 1 of 1
[7 marks]