Skip to content

Commit 6319871

Browse files
author
Learn Python with Rune
authored
Updated readme
1 parent 60886ec commit 6319871

1 file changed

Lines changed: 38 additions & 11 deletions

File tree

README.md

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# DataScienceWithPython
22

33
## Get started with Data Science with Python
4-
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
55

66
## TL;DR
77
- 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.
99
- Launch Ananconda and start JuPyter Notebook ([Install it from here if needed](https://www.anaconda.com/products/individual))
1010
- 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)).
1212

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:
1515
- Math
1616
- Stat
1717
- Python
@@ -20,17 +20,44 @@ An engaging introduction to [Data Science](https://www.learnpythonwithrune.org/d
2020
- pandas
2121
- NumPy
2222
- PyTorch
23-
...and the list could go on and dive into each category (you get the point)
2423

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)*
2625

27-
## Understand the Data Science Workflow
26+
**DISCLAIMER!!!** ***This is the wrong (long) way to learn!***
27+
28+
## Master the Data Science Workflow
2829
![Data Science Workflow](img/ds-workflow.png)
2930
- Understanding what matters
30-
- The full flow
31+
- The full workflow
3132
- 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
3437
- But you should first understand the *WHY!*
3538

3639
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
63+
- Acquire - Prepare - Analyze - Report - Actions

0 commit comments

Comments
 (0)