1. What is python and features of python
2. What is difference between python2 and python3
3. Python module
4. Python package
5. Python function
6. What is mutable and immutable
7. What is lambda function
8. Python list
9. Python tuple
10. Python set
11. python dictionary
12. What is pass statement
13. What is break and continue statements
14. What is is , not and in operators
15. What is ternary operator
16. What is round function
17. What is docstring
18. What is PYTHONPATH
19. What is args and kwargs
20. What is append, extend and index functions in list
21. What is remove and pop functions in list
22. convert list to string
23. What is pickling and unpickling
24. What is pep8
25. What is shallow and deep copy
26. What is [-1]
27. What is local and global variables
28. What is list comprehension
29. What is dictionary comprehension
30. What is map function
31. What is filter function
32. What is iterator
33. What is generator
34. What is decorator
35. What is zip function
36. How to sort list of tuples by index
37. How to sort list of dictionaries by key
38. What is context manager
39. What is init
40. What is class
41. What is encapsulation
42. What is inheritance
43. What is abstraction
44. What is dundermagic methods
45. What is instance and class variables
46. What is static and class methods
47. What is GIL
48. How memory is managed in python
49. What is monkey patching
50. What is multithreading and multiprocessing