You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An engaging introduction to [Data Science](https://www.learnpythonwithrune.org/data-science-2/) with Python
4
+
An engaging journey to become a [Data Scientist](https://www.learnpythonwithrune.org/data-science-2/) with Python
5
5
6
6
## TL;DR
7
7
- Download all Jupyter Notebooks from repo ([zip-file-download](https://github.com/LearnPythonWithRune/DataScienceWithPython/archive/refs/heads/main.zip)).
8
-
- Unzip download (main.zip) appropriate place.
8
+
- Unzip download (main.zip) an appropriate place.
9
9
- Launch Ananconda and start JuPyter Notebook ([Install it from here if needed](https://www.anaconda.com/products/individual))
10
10
- Open the first Notebook from download.
11
-
- Start watching the first video lesson ([YouTube](INSERT LINK)).
11
+
- Start watching the first video lesson ([YouTube](https://localhost)).
12
12
13
-
## Why most fail with Data Science?
14
-
-Focus on getting good at all technical aspects:
13
+
## Why do most fail with Data Science?
14
+
-Most focus on getting good at all technical aspects:
15
15
- Math
16
16
- Stat
17
17
- Python
@@ -20,17 +20,44 @@ An engaging introduction to [Data Science](https://www.learnpythonwithrune.org/d
20
20
- pandas
21
21
- NumPy
22
22
- PyTorch
23
-
...and the list could go on and dive into each category (you get the point)
24
23
25
-
**This is the wrong way to learn!**
24
+
*...and the list could go on and we didn't dive into sub-categories (but you get the point)*
26
25
27
-
## Understand the Data Science Workflow
26
+
**DISCLAIMER!!!*****This is the wrong (long) way to learn!***
27
+
28
+
## Master the Data Science Workflow
28
29

29
30
- Understanding what matters
30
-
- The full flow
31
+
- The full workflow
31
32
- How to add value to customers
32
-
- Focus how to add value with simple setup - then you get far
33
-
- Later you can become expert in any of it
33
+
- Focus on how to add value
34
+
- This can be done with limited technical knowledge
35
+
-*...and we will cover all you need*
36
+
- Later you can become an expert in whatever your interest are
34
37
- But you should first understand the *WHY!*
35
38
36
39
This course will cover all aspects of it with the focus to get you there as fast as possible!
40
+
41
+
## What will we cover?
42
+
- Data Science Workflow
43
+
- Acquire - Prepare - Analyze - Report - Actions
44
+
- Data Visualization
45
+
- pandas for Data Science
46
+
- Data Sources
47
+
- Web Scraping
48
+
- Databases
49
+
- CSV, Excel & parquet files
50
+
- Where to find data
51
+
- Join (combine) data
52
+
- Statistics you need to know
53
+
- Machine Learning Models
54
+
- Linear Regression
55
+
- Classification
56
+
- ...also check out the [Machine Learning Course](https://www.learnpythonwithrune.org/machine-learning/)
57
+
- Cleaning Data
58
+
- Feature Scaling
59
+
- Feature Selection
60
+
- Model Selection
61
+
62
+
At the end of the course you are provided with a template covering all aspects of the Data Science Workflow
0 commit comments