Python Interview Questions Sample
Python Interview Questions Sample
1. What is Python?
Ans: Easy to learn, dynamically typed, interpreted, supports OOP, large community support.
Ans: A concise way to create lists using a single line for loop.
Ans: GIL stands for Global Interpreter Lock and prevents multiple native threads from executing
Ans: Metaclasses are classes of classes that define how a class behaves.