|  | 
| 1 |  | -##   ✨ Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.)  ✨  | 
|  | 1 | +## Ebook: Python & Algorithms   | 
| 2 | 2 | 
 | 
|  | 3 | +➡️ 📚[Download PDF (second edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/book_second_edition.pdf). | 
| 3 | 4 | 
 | 
| 4 |  | -➡️ 📚[Download the e-book here.](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/book_second_edition.pdf) | 
|  | 5 | +➡️ Source code for every exercise from "Cracking the Code Interview". | 
| 5 | 6 | 
 | 
| 6 |  | -- An easy to follow introduction to Python language. | 
| 7 |  | - | 
| 8 |  | -➡️ Includes solutions in Python for every exercise from "Cracking the Code Interview". | 
| 9 |  | - | 
| 10 |  | - | 
|  | 7 | +➡️ Project Euler, Top-coder, Eudyptula Challenge, etc. | 
| 11 | 8 | 
 | 
|  | 9 | +--- | 
| 12 | 10 | 
 | 
| 13 |  | -##  ✨ Installation: | 
|  | 11 | +## Installation: | 
| 14 | 12 | 
 | 
| 15 |  | -The snippets are designed to be used individually. However, If you want  to install all fo the libraries in your [virtualenv](https://coderwall.com/p/8-aeka), do this: | 
|  | 13 | +Install dependencies in [virtualenv](https://coderwall.com/p/8-aeka): | 
| 16 | 14 | 
 | 
| 17 | 15 | ``` | 
| 18 |  | -$ pip install -r requirements.txt | 
|  | 16 | +virtualenv venv | 
|  | 17 | +source venv/bin/activate | 
|  | 18 | +pip install -r requirements.txt | 
| 19 | 19 | ``` | 
| 20 | 20 | 
 | 
| 21 | 21 | --- | 
| 22 |  | -## Top Python General Questions & Answers | 
| 23 |  | - | 
| 24 |  | -#### What is Python? What are the benefits of using Python? | 
|  | 22 | +## Python General Questions & Answers | 
| 25 | 23 | 
 | 
| 26 | 24 | Python is a programming language with objects, modules, threads, exceptions and automatic memory management. The benefits of pythons are that it is simple and easy, portable, extensible, build-in data structure and it is an open source. | 
| 27 | 25 | 
 | 
| @@ -305,8 +303,5 @@ In Python a variable is not an alias for a location in memory. Rather, it is sim | 
| 305 | 303 | 
 | 
| 306 | 304 | ## License | 
| 307 | 305 | 
 | 
| 308 |  | -When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html). | 
| 309 |  | - | 
| 310 |  | -<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /> | 
| 311 |  | - | 
| 312 | 306 | This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). | 
|  | 307 | +When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html). | 
0 commit comments