## Python & Algorithms Book (Published by Hanbit Media) ➡️ 📚[Download PDF (second edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/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 ``` ## License This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).