mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
add boilerplate for second edition
This commit is contained in:
parent
dc3ebf3173
commit
5fafebba15
279 changed files with 24265 additions and 0 deletions
15
first_edition/README.md
Normal file
15
first_edition/README.md
Normal 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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue