mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 12:46:11 -04:00
15 lines
436 B
Markdown
15 lines
436 B
Markdown
## Python & Algorithms Book 1st Edition (2014, a published by Hanbit Media)
|
|
|
|
➡️ 📚[Download PDF (first edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
|
|
|
|
|
|
## Installation:
|
|
|
|
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
|
|
|
|
```
|
|
virtualenv venv
|
|
source venv/bin/activate
|
|
pip install -r requirements.txt
|
|
```
|