From cc2a2bd2ea7cb4b6c34403b43b555eb5865d5d74 Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Fri, 11 Oct 2013 22:14:46 +0200 Subject: [PATCH] Added Hacking Cryptography with Python --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 4b202c56..b3f822a7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -516,8 +516,9 @@ * [Data Structures and Algorithms in Python](http://www.brpreiss.com/books/opus7/html/book.html) * [Dive into Python](http://www.diveintopython.net/) * [Dive into Python 3](http://getpython3.com/diveintopython3/) +* [Hacking Secret Cyphers with Python] (http://inventwithpython.com/hacking/chapters/) - Al Sweigart * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) -* [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) +* [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Natural Language Processing with Python](http://www.nltk.org/book) * [Python Bibliotheca](http://openbookproject.net/pybiblio/) -- GitLab