An open API service indexing awesome lists of open source software.

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

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)