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

https://github.com/mpuig/posts

Sometimes complete posts, sometimes only notes.
https://github.com/mpuig/posts

data-science jupyter-notebooks nlp python

Last synced: 2 months ago
JSON representation

Sometimes complete posts, sometimes only notes.

Awesome Lists containing this project

README

          

# Posts

Posts about Python programming, NLP, data science, etc.

To make it easy to reproduce each notebook, each one has its own requirements. To execute it, those commands are enough:

```
make venv
make requirements
make jupyter
```

To finish and clean everything, you can execute:

`make clean`