You are on page 1of 1

Python for Data Science

Question for Internal Exam

1. Discuss the role of indentation in python.


2. Explain range () function with suitable examples.
3. Write a python program to find the factorial of a given number using
recursion.
4. List and explain different coding styles supported by python.
5. Discuss why python is a first choice for data scientists?
6. What is the role of Python in Data science?
7. Differentiate List and Tuple in Python
8. Write a python code to find factorial of number using function.
9. Explain Dictionary in Python with example.
10. Is String a mutable data type? Also explain the string operations length,
indexing and slicing in detail with an appropriate example.
11. List the features of matplotlib.
12. List and explain interfaces of SciKit-learn.
13. Explain hist() function with code.
14. Explain Box plot with example.
15. Define covariance and correlation.

You might also like