Compare commits

..

No commits in common. "master" and "First_Edition" have entirely different histories.

419 changed files with 68 additions and 9021 deletions

3
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,3 @@
# These are supported funding model platforms
custom: paypal.me/miasteinkirch

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
*.py[cod]
*~
# C extensions
*.so
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# PyCharm
.idea

View file

@ -0,0 +1,15 @@
## Python, Algorithms and Data Structures (2014)
[Download PDF (first edition,published by Hanbit Media)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
## To run the snippet:
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

Some files were not shown because too many files have changed in this diff Show more