-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain (1).py
More file actions
57 lines (40 loc) · 1.17 KB
/
Copy pathmain (1).py
File metadata and controls
57 lines (40 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Data Science Tools and Ecosystem
## Introduction
This notebook provides an overview of Data Science tools and ecosystems, including languages, libraries, and tools used in Data Science.
## Data Science Languages
- Python
- R
- SQL
- Julia
- Scala
## Data Science Libraries
- Pandas
- NumPy
- Matplotlib
- Scikit-learn
- TensorFlow
- Keras
## Data Science Tools
| Tool | Description |
|----------------|-------------------------------|
| Jupyter | Notebook environment |
| RStudio | Integrated development environment for R |
| Apache Spark | Cluster-computing framework |
| TensorFlow | Machine learning library |
| Tableau | Data visualization tool |
## Arithmetic Expression Examples
Below are examples of simple arithmetic operations.
# Example: Multiplying and Adding Numbers
result = (20 + 5) * 4
result
# Example: Converting Minutes to Hours
minutes = 200
hours = minutes / 60
hours
## Objectives
- List popular languages for Data Science
- List commonly used libraries in Data Science
- Create a table of Data Science tools
- Demonstrate simple arithmetic operations
## Author
Yasser Bases