Skip to content

Commit 6ac1818

Browse files
author
Mia Steinkirch
committed
typos
1 parent 2e96a35 commit 6ac1818

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
## Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.) ✨
1+
## Ebook: Python & Algorithms
22

3+
➡️ 📚[Download PDF (second edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/book_second_edition.pdf).
34

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".
56

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-
![](HALEIWA.jpg)
7+
➡️ Project Euler, Top-coder, Eudyptula Challenge, etc.
118

9+
---
1210

13-
## Installation:
11+
## Installation:
1412

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):
1614

1715
```
18-
$ pip install -r requirements.txt
16+
virtualenv venv
17+
source venv/bin/activate
18+
pip install -r requirements.txt
1919
```
2020

2121
---
22-
## Top Python General Questions & Answers
23-
24-
#### What is Python? What are the benefits of using Python?
22+
## Python General Questions & Answers
2523

2624
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.
2725

@@ -305,8 +303,5 @@ In Python a variable is not an alias for a location in memory. Rather, it is sim
305303

306304
## License
307305

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-
312306
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

Comments
 (0)