In this notebook, Data Science Tools and Ecosystem are summarized.
some of the popular languages that Data Scientists use are:
- Python
- R
- SQL
- Julia
- Scala
Some of the commonly used libraries used by Data Scientists include:
- Pandas
- Numpy
- Scikit-learn
- TensorFlow
- Matplotlib
| Data Science Tools |
|---|
| Jupyter Notebook |
| RStudio |
| VS Code |
# This is a simple arithmetic expression to multiply then add integers
(3 * 4) + 517
# This will convert 200 minutes to hours by dividing by 60
200 / 603.3333333333333335
Objectives:
- List popular languages for Data Science
- Identify common Data Science libraries
- Understand key Data Science tools
- Perform basic arithmetic operations in Python
- Convert time units using python expressions
Olan-George Faith