https://github.com/studyresearchprojects/python-for-data-science
🐍 Following "Python for Data Science" Book Exercises
https://github.com/studyresearchprojects/python-for-data-science
data-science
Last synced: 10 months ago
JSON representation
🐍 Following "Python for Data Science" Book Exercises
- Host: GitHub
- URL: https://github.com/studyresearchprojects/python-for-data-science
- Owner: StudyResearchProjects
- Created: 2024-04-08T01:49:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T17:55:31.000Z (11 months ago)
- Last Synced: 2025-09-01T15:45:42.989Z (11 months ago)
- Topics: data-science
- Language: Jupyter Notebook
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python for Data Science
🐍 Following "Python for Data Science" Book Exercises
## Run Locally
Build an run containers using `docker compose`
```bash
docker compose up --build notebook
```
> Using `Justfile` this is a matter of running `just build` and from
> there on `just dev`
After working you can release resources using:
```bash
docker compose down
```
> A [Justfile][1] is included!
[1]: https://just.systems
## About The Book
Find the Book in _No Starch Press_ [here](https://nostarch.com/python-data-science)