Add two free beginner's books to the list

This commit is contained in:
Al Sweigart
2014-03-25 15:05:41 -07:00
parent 178e4f68e1
commit 2abd312b14
+20
View File
@@ -21,6 +21,26 @@ excellent resource for learning all aspects of the language.
`Python for You and Me <http://pymbook.readthedocs.org/>`_
Invent Your Own Computer Games with Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This beginner's book is for those with no programming experience at all. Each
chapter has the source code to a small game, using these example programs
to demonstrate programming concepts to give the reader an idea of what
programs "look like".
`Invent Your Own Computer Games with Python <http://inventwithpython.com/>`_
Hacking Secret Ciphers with Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This book teaches Python programming and basic cryptography for absolute
beginners. The chapters provide the source code for various ciphres, as well
as programs that can break them.
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/>`_
Learn Python the Hard Way
~~~~~~~~~~~~~~~~~~~~~~~~~