Some of the popular languages that Data Scientists use are:
- Python.
- R.
- SQL.
- Julia.
Some of the commonly used libraries used by Data Scientists include:
- Pandas
- Numpy
- Matplotlib
- ggplot
- Tensorflow
| Data Science Tools |
|---|
| VS code |
| Jupiter Notebook |
| Google Colab |
| Pycharm |
"" This is a simple arithmetic
expression to mutiply then add integers. ""
(3*4)+5
"This will convert 200 minutes to hours by dividing by 60"
minutes = 200
hours = round(minutes/60, ndigits=2)
print(hours)
Objectives:
-
List popular languages for Data Science.
-
popular libraries for Data Science.
-
Open Source Development Environment for Data Science.
Mbachu Emmanuel