What is the duck typing philosophy of python?
[3 marks]What is the difference between compiler and Interpreter? Explain How python interpreter works.
[4 marks]Which are the different types of operators in python language? Explain membership and identity operators with examples.
[7 marks]Explain List comprehension with an example.
[3 marks]Describe following string functions with syntax: title() , strip(), islower(), isupper().
[4 marks]Explain different sequences types with example in python.
[7 marks]Explain mutable and immutable data types with example in python.
[7 marks]Explain the lambda function with syntax and example.
[3 marks]Explain indexing and slicing operation for string manipulation with example in python.
[4 marks]What is the difference between error and exception? Explain exception handling in python with example.
[7 marks]Explain Method Resolution Order in python.
[3 marks]Explain Indexing and Slicing operation for the list with example in python.
[4 marks]What is testing? Explain Black box v/s glass box testing.
[7 marks]Explain match and search methods with the syntax of the regular expression module in python.
[3 marks]Explain object orientation in python with example.
[4 marks]Differentiate Abstract class and interface with example.
[7 marks]Explain built-in class attributes in a python class.
[3 marks]Write a program to implement a student class with five-member variables and with at least two methods to get and set values.
[4 marks]Explain Inheritance in python with example.
[7 marks]Write a program to create two threads to print the first 100 numbers.
[3 marks]How to create a Socket in python? Explain with example.
[4 marks]Write a program for a linear search and binary search.
[7 marks]Write a GUI program to create two buttons using Tkinter. When one button pressed another button to disappear and when again pressed the other button to appear.
[3 marks]Write a program to implement Caesar Cipher.
[4 marks]Write a program for bubble sort and quicksort.1
[7 marks]