Python(2019)
Python(2019)
Unit 1
1. Write difference between interactive mode and scripting mode programming. [2019]
2. Write rules for python identifiers. [2019]
3. Explain features of python. [2019]
4. Write a program in python to print table of any number using else statement using while loop. [2019]
5. Write a python program to print the following pattern: [2019]
*
**
***
****
6. Write a program to find greater number among any three numbers. [2019]
7. Write a program in python that shows working of pass statement in for loop. [2019]
8. Explain different types of operator used in python, also write program. [2019]
Unit 2
Unit 3
1. Explain database connectivity in python. Write a program for creating database table and perform insertion
operation. [2019]
2. Explain XML parser architecture and APIs. Also describe parsing XML with DOM APIs. [2019]
3. Explain Tkinter programming with example also describe Tkinter widgets used in python GUI. [2019]