Syntax & Automation ScenariosPython Foundations
Python Foundations
Interview Prep Portal
Master Python's execution runtime. Build expertise in pass-by-object-references, mutability safety, LEGB scopes, exception resources cleaning, *args parameters, and list comprehensions.
Object ReferencesList ComprehensionsException HandlersLEGB Scopes*args & **kwargs
PROGRESS0 / 52 Mastered
0%
Filter Level:
Python FoundationsBeginnerQ1
What is Python?
Python FoundationsBeginnerQ2
What are the benefits of using Python language as a tool in the present scenario?
Python FoundationsAdvancedQ3
Is Python a compiled language or an interpreted language?
Python FoundationsBeginnerQ4
What is the purpose of the '#' symbol in Python?
Python FoundationsBeginnerQ5
What is the difference between a Mutable data type and an Immutable data type?
Python FoundationsAdvancedQ6
How are arguments passed in Python?
Python FoundationsIntermediateQ7
What is the difference between a Set and Dictionary?
Python FoundationsIntermediateQ8
What is List Comprehension? Give an Example.
Python FoundationsIntermediateQ9
What is a lambda function?
Python FoundationsBeginnerQ10
What is a pass in Python?
Python FoundationsBeginnerQ11
What is the difference between / and // in Python?
Python FoundationsIntermediateQ12
How is Exceptional handling done in Python?
Python FoundationsBeginnerQ13
What is a swapcase function in Python?
Python FoundationsIntermediateQ14
What is the difference between a for loop and a while loop in Python?
Python FoundationsIntermediateQ15
Can we pass a function as an argument in Python?
Python FoundationsAdvancedQ16
What are *args and **kwargs?
Python FoundationsBeginnerQ17
Is Indentation Required in Python?
Python FoundationsIntermediateQ18
What is Scope in Python?
Python FoundationsIntermediateQ19
What is docstring in Python?
Python FoundationsIntermediateQ20
What is a dynamically typed language?
Python FoundationsIntermediateQ21
What is a break, continue, and pass in Python?
Python FoundationsIntermediateQ22
What are Built-in data types in Python?
Python FoundationsBeginnerQ23
How do you floor a number in Python?
Python FoundationsIntermediateQ24
What is the difference between xrange and range functions in Python?
Python FoundationsIntermediateQ25
What is Dictionary Comprehension? Give an Example.
Python FoundationsAdvancedQ26
Is Tuple Comprehension possible in Python? If yes, how, and if not why?
Python FoundationsIntermediateQ27
Differentiate between a List and a Tuple in Python.
Python FoundationsAdvancedQ28
What is the difference between a shallow copy and a deep copy?
Python FoundationsIntermediateQ29
Which sorting technique is used by sort() and sorted() functions of Python?
Python FoundationsAdvancedQ30
What are Decorators in Python?
Python FoundationsIntermediateQ31
How do you debug a Python program?
Python FoundationsAdvancedQ32
What are Iterators in Python?
Python FoundationsIntermediateQ33
What are Generators in Python?
Python FoundationsAdvancedQ34
Does Python support multiple inheritance?
Python FoundationsIntermediateQ35
What are Polymorphism and Encapsulation in Python?
Python FoundationsAdvancedQ36
What is garbage collection in Python?
Python FoundationsIntermediateQ37
How do you do data abstraction in Python?
Python FoundationsAdvancedQ38
How is memory management done in Python?
Python FoundationsBeginnerQ39
How do you delete a file using Python?
Python FoundationsBeginnerQ40
What is slicing in Python?
Python FoundationsIntermediateQ41
What is a namespace in Python?
Python FoundationsBeginnerQ42
What is PIP?
Python FoundationsBeginnerQ43
What is a zip function?
Python FoundationsAdvancedQ44
What are Pickling and Unpickling in Python?
Python FoundationsIntermediateQ45
How can we do Functional Programming in Python?
Python FoundationsBeginnerQ46
What is __init__() in Python?
Python FoundationsBeginnerQ47
Write a code to display the current system time in Python.
Python FoundationsAdvancedQ48
What are Access Specifiers in Python?
Python FoundationsIntermediateQ49
What are unit tests in Python?
Python FoundationsAdvancedQ50
What is the Python Global Interpreter Lock (GIL)?
Python FoundationsIntermediateQ51
What are Function Annotations in Python?
Python FoundationsAdvancedQ52