1basic Data Science and Python Questions

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Basics Of Data Science

1. What is Data Science?

2. Differentiate between Data Analytics and Data Science

3. What are the differences between supervised and unsupervised learning?

4. What is python?

5. List some popular applications of python in real world technology?

6. Is Python a compiled language or an interpreted language?

7. List and illustrate any 5 string functions?

8. What is variable in python?

9. How is memory management done in Python?

10. What is dynamically typed language?

11. What are the key features of Python?

12. What do you mean by python Libraries? List 10 python Libraries.

13. List 10 different frameworks used in Python?

14. What are the differences between python 2 and Python 3?

15. What is the difference between modules and libraries?

16. What is PEP 8?

17. What is Object? List Oop concepts.


18. Is python fully Object- Oriented?
19. Which one of the following statements is not valid?
xyz = 1,000,000
x y z = 1000 2000 3000
x,y,z = 1000, 2000, 3000
x_y_z = 1,000,000
20.What does polymorphism refer to in Python?

You might also like