What is duck typing ? How it is relevant to python ?
[4 marks]Explain following terms : 1) Script 2) Command 3) shell
[3 marks]Explain various dimention of comparison of programming languages and explain advantages of python programming language.
[7 marks]Write a python program to implement Iterative and recurssive factorial of given number.
[7 marks]Explain Input() and raw_input() function with proper syntax and example in python.
[4 marks]Explain common functions for accessing files and write a program to append data to a file and display contents of that file.
[7 marks]Give difference beween actual and formal parameters.
[3 marks]What is higher order programming with respect to python programming?
[3 marks]Explain List with its associated methods in python and also demonstrate how lists are mutable.
[7 marks]Explain various ways of commenting in python programming.
[3 marks]Write a program in python to implment linear search.
[4 marks]Explain Dictionary data type in python and write a program to implement convertion of word from one language to other language (for example: English to hindi note: assume suitable data)
[7 marks]Write a program in python to implement binary search.
[4 marks]What is assertion? Explain it with example.
[3 marks]Why testing is important in software development? Explain different types of testing.
[7 marks]What is exception ? What is difference between exception and error?
[3 marks]Explain Inheritance in python with suitable example.
[4 marks]Write a Merge sort program in python.
[7 marks]Explain hashtable in python.
[4 marks]Write a python GUI program to enter student data like name, enrollment number, gender and college name using proper textboxes and buttons and store data in a file.
[7 marks]Draw following using turtle. 1. Square 2. Hexagon 3. Octagon
[3 marks]Write a Python program to find the substrings within a string using regular expression.
[3 marks]What is widget? Explain steps to create widgets.
[4 marks]Write a python program to create simple client server program to send receive data using socket programming.
[4 marks]Wrire a multithreaded program to implement producer consumer problem in python.1
[7 marks]