start refactor

This commit is contained in:
steinkirch.eth, phd 2023-07-15 21:57:39 -07:00
parent 8a9868fe7d
commit ea7a3fdfbb
15 changed files with 34 additions and 97 deletions

BIN
book/600_stars.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB

View file

@ -1,15 +0,0 @@
## 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
```

View file

@ -1,4 +1,3 @@
Flask==2.2.5
SQLAlchemy==0.9.7
bpython==0.13.1
coverage==3.7.1