If you like Cryptography and you like to learn programming language, then i would suggest you to read Hacking Secret Ciphers with Python. It's available for free in PDF format or the online HTML version or you can buy it for $25 in Amazon.
What you will get is a fun tutorial with Python on Cryptography. This book is aimed at people who have no experience programming or with
cryptography. The book goes through writing Python programs that not
only implement several ciphers but also can hack these ciphers.
The book's website is available on http://inventwithpython.com/hacking
All about my activities, thoughts, inspiration, ideas, and everything that happened around me
Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts
Tuesday, April 16, 2013
Tuesday, June 30, 2009
Python 3.1 Released
Python 3.1 has been released as a major update to Python 3.0. It brings lots of changes and the detailed information can be seen in this page.
Taking from the official release announcement:
Taking from the official release announcement:
Python 3.1 focuses on the stabilization and optimization of the features and changes that Python 3.0 introduced. For example, the new I/O system has been rewritten in C for speed. File system APIs that use unicode strings now handle paths with undecodable bytes in them. Other features include an ordered dictionary implementation, a condensed syntax for nested with statements, and support for ttk Tile in Tkinter.
Subscribe to:
Posts (Atom)