mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-11-20 22:22:41 -05:00
| .. | ||
| ebook_pdf | ||
| ebook_src | ||
| other_resources | ||
| README.md | ||
| requirements.txt | ||
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