https://github.com/MrMimic/data-scientist-roadmap
Toturials coming with the "data science roadmap" picture.
https://github.com/MrMimic/data-scientist-roadmap
Last synced: 24 days ago
JSON representation
Toturials coming with the "data science roadmap" picture.
- Host: GitHub
- URL: https://github.com/MrMimic/data-scientist-roadmap
- Owner: MrMimic
- License: gpl-3.0
- Created: 2017-06-05T06:30:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T08:26:32.000Z (2 months ago)
- Last Synced: 2025-03-25T20:09:43.642Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: http://nirvacana.com/thoughts/becoming-a-data-scientist/
- Size: 7.46 MB
- Stars: 7,098
- Watchers: 318
- Forks: 1,920
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- more-awesome - data-scientist-roadmap - Toturials coming with the "data science roadmap" picture. (To Sort)
- awesome-awesome - data-scientist-roadmap
- awesome-roadmaps - Data Scientist Roadmap - Roadmap of tutorials for those interested in data science [<img src="https://img.shields.io/badge/Roadmap-2024-green.svg">](https://github.com/MrMimic/data-scientist-roadmap). (AI / Machine Learning / Data Science)
- trackawesomelist - Data Scientist Roadmap (⭐7.1k) - Roadmap of tutorials for those interested in data science [<img src="https://img.shields.io/badge/Roadmap-2024-green.svg">](https://github.com/MrMimic/data-scientist-roadmap). (Recently Updated / [Jan 30, 2025](/content/2025/01/30/README.md))
README
# data-scientist-roadmap
I just found this data science skills roadmap, drew by [Swami Chandrasekaran](http://nirvacana.com/thoughts/becoming-a-data-scientist/) on his cool blog.
****

****
Jobs linked to __data science__ are becoming __more and more popular__. A __bunch of tutorials__ could easily complete this roadmap, helping whoever wants to __start learning stuff about data science__.
For the moment, a lot is __got on wikipedia or generated by LLMs__ (except for codes, always handmade). Any help's thus welcome!
## Run the examples
Install Poetry
```bash
curl -sSL https://install.python-poetry.org | python3 -
```Install dependencies
```bash
poetry install
```## Rules
* __Feel free to fork this repository and pull requests__.
* Always comment your code.
* Please respect topology for filenames.
* There's one README for each directory.
* Also, could be great to share useful links or resources in README files.