Skip to content

Commit 65092b9

Browse files
authored
Update README.md
Add beginner roadmap to Where do I Start section
1 parent a509600 commit 65092b9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ Unlike R, Python was not built from the ground up with data science in mind, but
119119

120120
When embarking on your journey to becoming a data scientist, the choice of language isn't particularly important, and both Python and R have their pros and cons. Pick a language you like, and check out one of the [Free courses](#free-courses) we've listed below!
121121

122+
### Beginner Roadmap
123+
If you're just starting out, here's a simple recommended path:
124+
125+
1. **Learn Python** – Start with basics: variables, loops, functions
126+
2. **Learn core libraries** – Pandas, NumPy, Matplotlib, Scikit-Learn
127+
3. **Practice with beginner projects** – Try Titanic survival or house price prediction on Kaggle
128+
4. **Learn Math basics** – Statistics, Linear Algebra, Probability
129+
5. **Move into ML** – Supervised learning → Unsupervised → Deep Learning
130+
122131
## Agents
123132

124133
Please, contribute about "agents"

0 commit comments

Comments
 (0)