mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
start refactor
This commit is contained in:
parent
8a9868fe7d
commit
ea7a3fdfbb
15 changed files with 34 additions and 97 deletions
BIN
book/600_stars.png
Normal file
BIN
book/600_stars.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 665 KiB |
|
@ -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
|
||||
```
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
Flask==2.2.5
|
||||
SQLAlchemy==0.9.7
|
||||
bpython==0.13.1
|
||||
coverage==3.7.1
|
Loading…
Add table
Add a link
Reference in a new issue