Viva questions of Python Programming
1. What are the features of Python?
2. What are built in data types in Python
3. What are different operators in python? explain use of following
operators
1. Arithmetic 4. Bitwise
2. Relational & logical 5. Membership
3. Assignment 6. Identity
4. What are different control flow statements? State their syntax
5. What is use of break and continue statement?
6. What are list and tuples? Differentiate them
7. What are sets and dictionaries? State their features.
8. What is python function? State different types of functions
9. What is lambda function?
10.What is Class and object in python? How to define class and object in
python?
11.What is inheritance in Python? State its types
12 What is polymorphism in Python? State concept of method overriding
and method overloading
13.What is a module in Python? What are built in modules(math module)
and user defined module
14.What is a packages in Python? State the difference between module
and packages
15.What is Pandas in Python? State difference between data frames and
panda’s series
16.What is numpy in python? How to create numpy array? Give example