How to comment specific line(s) in Python program?
[3 marks]What is the duck typing philosophy of python?
[4 marks]What is list in Python? Demonstrate use of any three methods of list.
[7 marks]Write a Python program to find reverse of given number.
[3 marks]Write a Python program to read a text file and do following: 1. Print no. of words 2. Print no. of lines
[4 marks]Explain Dictionary in Python with example.
[7 marks]Write a python program to implement isPalindrome() function to check given string is palindrome or no.
[7 marks]What is the use of islower() and isupper() method?
[3 marks]What is Method Resolution Order (MRO)? Explain the principles followed by MRO with example.
[4 marks]Write a Python program for a linear search.
[7 marks]Write a difference(s) between black-box and glass-box testing.
[3 marks]Write a Python program which will throw exception if the value entered by user is less than zero
[4 marks]Write a python program to create a class Employee with data members: name, department and salary. Create suitable methods for reading and printing employee information.
[7 marks]Write a Python program that matches a string that has an 'a' followed by anything, ending in 'b'.
[3 marks]Explain the use of assert statement with a python program.
[4 marks]Differentiate Abstract class and interface with example.
[7 marks]Explain any two regular expression methods with its parameters.
[3 marks]How to create a Socket in python? Explain with example.
[4 marks]Write a python program of chat application using socket programming.
[7 marks]Write a short note on Grid attributes in Tkinter.
[3 marks]Write a program to implement Caesar Cipher.
[4 marks]Explain the major steps used to create widgets. Write a python program to display a label upon clicking a push button.1
[7 marks]Explain the use of any two turtle functions with appropriate example.
[3 marks]Write a Python program to demo Thread and Process.
[4 marks]Explain the creation of different types of containers available in Tkinter? Elaborate the explanation with suitable example
[7 marks]