mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
22 lines
652 B
Markdown
22 lines
652 B
Markdown
## 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).
|