Preparing for Python interview?
Sachin Gera
Manager @ EY | Python | Data Scientist | GenAI |Computer vision | Deep Learning | Machine Learning
Here are some most frequently asked question on Python:-
1. Data types in Python?
2. Difference between mutable and non-mutable datatype or difference between list and tuple?
3. Range Vs Xrange
4. What is term "lazy" means in python?
5. Deep copy Vs shallow copy
7. What is Global Interpreter Lock (GIL) and how it works? OR why python donot support multi-threading?
8. What is monkey patching?
9. Difference between list.sort() or sorted(list)?
10. What are Map, reduce, filter function in python?
11. What is lambda method in python?
12. What are decorators in python?
13. How to define private variables in a class?
14. What are the different types if Class methods?
15. What is Dunder or magic method?
16. Time Complexity in python?
17. Different types of sorting algorithm?
18. How to create Mysql connection with python?
19. Difference between Iterators and generators?
20. How memory management works in python?
Please share your thoughts and i will share another article with some more questions soon.