master-algorithms-py/First_edition_2014
Mia Steinkirch e0eb554dfd clean up
2019-10-12 16:07:57 -07:00
..
ebook_pdf clean up 2019-10-12 16:07:57 -07:00
ebook_src clean up 2019-10-12 16:07:57 -07:00
other_resources clean up 2019-10-12 16:07:57 -07:00
README.md clean up 2019-10-12 16:07:57 -07:00
requirements.txt clean up 2019-10-12 16:07:57 -07:00

Python & Algorithms Book 1st Edition (2014, a published by Hanbit Media)

➡️ 📚Download PDF (first edition).

Installation:

Install dependencies in a virtual environment:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt