From 6ac18187a33292ed1c1b0e08d6fc1eb4f57fd558 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Fri, 11 Oct 2019 04:37:40 -0700 Subject: [PATCH] typos --- .travis.yml | 9 --------- README.md | 29 ++++++++++++----------------- 2 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 252e9db..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies -install: "pip install -r requirements.txt" -# command to run tests -script: nosetests -notifications: - email: false diff --git a/README.md b/README.md index 9bd2af0..6df4712 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,25 @@ -## ✨ Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.) ✨ +## Ebook: Python & Algorithms +➡️ 📚[Download PDF (second edition)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/book_second_edition.pdf). -➡️ 📚[Download the e-book here.](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/ebook/book_second_edition.pdf) +➡️ Source code for every exercise from "Cracking the Code Interview". -- An easy to follow introduction to Python language. +➡️ Project Euler, Top-coder, Eudyptula Challenge, etc. -➡️ Includes solutions in Python for every exercise from "Cracking the Code Interview". +--- -![](HALEIWA.jpg) +## Installation: - -## ✨ Installation: - -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: +Install dependencies in [virtualenv](https://coderwall.com/p/8-aeka): ``` -$ pip install -r requirements.txt +virtualenv venv +source venv/bin/activate +pip install -r requirements.txt ``` --- -## Top Python General Questions & Answers - -#### What is Python? What are the benefits of using Python? +## Python General Questions & Answers 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. @@ -305,8 +303,5 @@ In Python a variable is not an alias for a location in memory. Rather, it is sim ## License -When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html). - -Creative Commons 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).