Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down