1. What is data science and what are its different parts?
2. What is Python and what are its key features?
3. How do you install Python on your computer?
4. How do you run a Python script from the command line?
5. What is the Python interpreter, and how do you access it?
6. What is PEP 8, and why is it important?
7. What are comments in Python, and how do you write them?
8. What are Python packages and how do you install them?
9. Explain the use of the import statement in Python.
10.What are virtual environments in Python, and why are they useful?
11.What are docstrings and how are they used in Python?
12.How do you create and handle exceptions in Python?
13.What is pep 8?
14.What are the common built-in data types in Python?
15.What are Keywords in Python?
16.How is memory managed in Python?
17.What are python modules? Name some commonly used built-in modules
in Python?
18.What are local variables and global variables in Python?
19.Is python case sensitive?
20.Is indentation required in python?
21.How do you write comments in python?
22.What is the difference between deep and shallow copy?
23.What are immutable and mutable data types?
24.Write code for swapping two numbers.
25.How are classes created in Python?