Archive
Archive for the ‘book’ Category
Hacking Secret Ciphers with Python
April 16, 2013
Leave a comment
The book “Hacking Secret Ciphers with Python” by Al Sweigart is freely available from the author’s website. If you are interested in cryptography, it must be a good read.
Al Sweigart is the guy who wrote the PyGame book too! It’s also freely available!
Categories: book, python
crypto, cryptography, free book
Problem Solving with Algorithms and Data Structures Using Python
March 6, 2013
Leave a comment
Good news everyone. The book Problem Solving with Algorithms and Data Structures Using Python is available online in HTML format. This is the 2nd edition that came out in 2011.
Categories: book, python
algorithms, data structures
Clean Code
May 2, 2011
Leave a comment
I’m just reading the book Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin (see the reviews here). The code examples are in Java but the tips are general and thus they can be applied to Python too. If you want to learn how to write nice code, how to do refactoring, read this book.
Categories: book, python
clean code, refactoring
