0% found this document useful (0 votes)
14 views

Python Programming IMP Questions

Uploaded by

rishibhor326
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Python Programming IMP Questions

Uploaded by

rishibhor326
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Programming IMP Questions

1. Define a Python and Explain its Characteristics.


2. Write a basic program in python that can cover the basic syntax of python.
3. Describe the Applications of python with the help of examples.
4. Write a program to calculate the grade of students with the help of conditional
statements.
5. Define String, explain it with examples.
6. Define list, explain with examples.
7. Describe the methods available in python list.
8. Explain different types of tuples with the help of examples
9. Describe the techniques to create, update and delete dictionary element.
10. Define function, explain with example.
11. Explain Module with the help of example.
12. Describe various types of file modes in detail.
13. Define exception handling explain with the help of example.
14. Describe regular expression (re) module in detail.
15. Write a python code for following operation:
Change Directory
Making new directory
Renaming directory
16. Write a program to draw oval, line and rectangle on canvas.
17. Explain SimpleDialog module with the help of example.
18. Explain any four Advantages of GUI programming.
19. Define a Python and Explain Type Conversion in detail.
20. Write a basic program in python that can cover the basic syntax of python.
21. Describe the Applications of python with the help of examples.
22. Write a program to demonstrate the looping statements available in python.
23. Define String, explain it with examples.
24. Define list, explain with examples.
25. Describe the methods available in python list.
26. Explain different types of tuples with the help of examples
27. Write a program to show the current working directory and List of directories in
python.
28. Define Dictionary, explain with example.
29. Explain Anonymous function with the help of example.
30. Write a program to read and write .txt file in python.
31. Describe various types of file modes in detail.
32. Explain the concept of Local and Global variables with example.
33. Explain regular expression match function with the help of example.
34. Write a program to demonstrate the use of try, except, else and finally bock.
35. Write a program to use textbox, label and button widget.
36. Explain Combo box widget with the help of example.
37. Explain any four Advantages of GUI programming.
38. Write a program to print a table of a number taken by user using looping statements.
39. Write a program to show the current working directory and change current working
directories in python.
40. Explain Lambda function with the help of example.
41. Explain regular expression match function with the help of example.
42. Write a program to demonstrate the user defined exception in python.
43. Write a program to demonstrate event handling in python.
44. Explain Combobox widget with the help of example.
45. Explain any five widgets from Tkinter library.

You might also like