🏣 Clean up for arxiv

This commit is contained in:
Mia von Steinkirch 2020-03-04 17:47:53 -08:00
parent 1b969e7db3
commit 41756cb10c
280 changed files with 2 additions and 11 deletions

15
book/README.md Normal file
View file

@ -0,0 +1,15 @@
## Python, Algorithms and Data Structures (2014)
[Download PDF (first edition, published by Hanbit Media)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
## To run the snippet:
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```