Python important Question: All the Best
1. Explain all the features of Python
2. Explain type casting functions used in python
3. Explain identity and membership operator with example
4. Explain for and while loop used in python with example.
5. How we can explain string explain all the ways.
6. Explain following list function:
i. len() ii. append() iii. extend() iv. reverse() v. remove()
7. How we can declare and access set in python, explain using
example and explain union, intersection and difference
functions.
8. How we can declare and access dictionary and explain get(),
keys(), values() and items() function
9. How we can open, read and write in a file explain it using
example.
10.What is exception handling. Explain try, except and default
block using example.
11. What is regular expression. Explain all the character
classes and quantifiers used in regular expression
12. What is multithreading. Explain all the ways through which
multi-threading is implemented.
13. Explain python database connectivity using CRUD
operations.
14. Explain constructor in python using example.