0% found this document useful (0 votes)
4 views4 pages

Python

Uploaded by

sangamsangu3
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Python

Uploaded by

sangamsangu3
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Programming

1. How Python Interpreter Works?


2. What is python Idle?
3. Explain the features of Python.
4. Explain Different Data Types.
5. What is Keyword? Give Example.
6. What is Identifier? Explain the rules for naming Identifiers.
7. What is Variable?
8. What is None Literal?
9. What is the use of Indentation Feature in Python?
10. What is Type Conversion?
11. Explain Implicit Type Conversion.
12. Explain Explicit Type Conversion.
13. What is the use of Print Function?
14. What is Literal? Explain the different types of Literals in Python and give
examples.
15. What is Operator? Explain the different types of Operators with
examples.
16. Explain Console Input and Output in Python with example.
17. What are the various forms of String Formatting in Python.
18. Explain the different types of Control Flow Statements in Python with
examples.
19. Explain the different types of Decision Making Control Statements in
Python with examples.
20. What is the difference between the While Loop and the For Loop in
Python?
21. Explain range() function and its syntax.
22. What is the purpose of pass statement in Python?
23. What is the purpose of the Break Statement in Python?
24. What are Built-in Functions? Explain any five built-in Functions.
25. Explain Function Definition with an example.
26. What is Function? How to define and call a function in Python? Explain
with an example.
27. Explain Default Arguments and Variable Length Arguments.
28. Explain Variable-Length Positional Arguments(*agrs) with an Example.
29. Explain Variable-Length Keyword Arguments(**kwargs) with an
example.
30. What are Local and Global Variables? Explain with an example.
31. How Command Line Arguments works in Python?
32. Explain Anonymous Functions or Lambda Functions along with its
syntax and suitable example.
33. What are Void Functions?
34. What are Fruitful Functions?
35. Write a Python Program to find the factorial of a number.
36. Explain Basic String operations with an example.
37. Explain String Methods with examples.
38. Explain the str() function with example.
39. What is String? How Strings are created and stored in Python?
40. What is Slicing?
41. What is Indexing and Negative Indexing?
42. Explain Basic List Operations.
43. Explain List Methods with examples.
44. What is List? How to create List in Python? Write its syntax and give an
example.
45. How to access a List using Slicing? Give an example.
46. How to access a List using Indexing? Give an example.
47. What is Dictionary? How to create a Dictionary using Curly braces and
dict() function?
48. Explain Built-in Functions used on Dictionaries.
49. Explain different Dictionary Methods with examples.
50. Explain Operations on Dictionaries with examples.
51. What is Tuple? How to create a Tuple? Write its Syntax and give an
example.
52. What is Set? How to create a Set? Write its Syntax and give an example.
53. Explain Basic Tuple Operations.
54. Explain Built-in Functions used on Tuple with examples.
55. How to access a Tuple using Negative Slicing? Give an example.
56. How to access a Tuple using Negative Indexing? Give an example.
57. Differentiate Between List and Tuple.
58. Differentiate Between Tuple and Dictionary.
59. Write a Note on Frozenset.
60. Explain Built-in Functions used on sets with examples.
61. Explain the Operations on Sets.
62. Explain Set Methods with examples.
63. Explain how to read and write csv files with example.
64. Explain Pickle Module.
65. Explain Creating or Writing a File with an example.
66. Explain Reading and Writing Binary Files with example.
67. What is Pickling or Serialization?
68. What is Unpickling or Deserialization?
69. Explain seek() and tell() methods with examples.
70. What is File Object? Explain its Attributes.
71. Explain different File Opening Modes.
72. Explain the different types of Files in Python.
73. What are the features of OOPs?
74. What is Duck Typing?
75. Explain the different types of inheritance in Python.
76. How does Constructor Method work in Python?
77. What is Encapsulation and Data Hiding?
78. What is Class and Object?
79. What is Polymorphism?
80. Explain Method Resolution Order(MRO) in Python.
81. Explain different types of Polymorphism in Pyhton.
82. What is Method Overloading and how is it achieved in Python?
83. What is Method Overriding and how is it implemented in Python?
84. What is abstraction?
85. Explain the Steps to create Classes and Objects in Python.
86. What is Matplotlib? What are the features of Matplotlib?
87. Write a Note on Web APIs.
88. What is Data Visualization?
89. Explain the creation of Line Chart using Matplotlib Library.
90. Discuss the process of Data Visualization using plotly and JSON format
in Python.

Viva Questions
Who Invented Python
Variable
Identifier
Token
Keyword
Literal
List, Methods in List (Insert, Remove, Append, Pop, Clear)
Tuple
Set, Frozenset
String
Dictionary
Difference between List, Tuple, Dictionary, Set
Type() Function
Indexing
Negative Indexing
Slicing
Negative Slicing
Range() Function
Filter() Function
Numpy,
Pandas
Matplotlib

You might also like