Python Basics
1. What is Python and what are its main features?
2. Why is Python called an interpreted language?
3. What are Python rules?
4. What are Python keywords?
5. What is indentation and why is it important in Python?
6. Why do we follow Python coding rules?
7. Difference between Python 2 and Python 3
Data Types & Variables
8. What are built-in data types in Python?
9. Difference between mutable and immutable data types
[Link] is type casting?
[Link] is None in Python?
[Link] does Python manage memory?
[Link] between list, tuple, set, and dictionary
[Link] between list and tuple
[Link] is slicing?
Operators & Control Flow
[Link] of operators in Python
[Link] between == and is
[Link] are conditional statements?
[Link] between break, continue, and pass
[Link] are loops? Types of loops in Python
[Link] is a nested loop?
Functions
[Link] is a function?
[Link] between arguments and parameters
[Link] to pass many values to a function?
[Link] is a lambda function?
[Link] is recursion?
[Link] is aggregate function?
Modules, Files & Exceptions
[Link] is a module?
[Link] is exception handling?
[Link] is file handling? Explain file modes.