Skip to content

Commit 89e32d1

Browse files
committed
Merge pull request realpython#392 from asweigart/patch-2
Add two free beginner's books to the list
2 parents 3b4c78a + 2abd312 commit 89e32d1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/intro/learning.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ excellent resource for learning all aspects of the language.
2121
`Python for You and Me <http://pymbook.readthedocs.org/>`_
2222

2323

24+
Invent Your Own Computer Games with Python
25+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
27+
This beginner's book is for those with no programming experience at all. Each
28+
chapter has the source code to a small game, using these example programs
29+
to demonstrate programming concepts to give the reader an idea of what
30+
programs "look like".
31+
32+
`Invent Your Own Computer Games with Python <http://inventwithpython.com/>`_
33+
34+
35+
Hacking Secret Ciphers with Python
36+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37+
38+
This book teaches Python programming and basic cryptography for absolute
39+
beginners. The chapters provide the source code for various ciphres, as well
40+
as programs that can break them.
41+
42+
`Hacking Secret Ciphers with Python <http://inventwithpython.com/hacking/>`_
43+
2444
Learn Python the Hard Way
2545
~~~~~~~~~~~~~~~~~~~~~~~~~
2646

0 commit comments

Comments
 (0)