File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,26 @@ excellent resource for learning all aspects of the language.
21
21
`Python for You and Me <http://pymbook.readthedocs.org/ >`_
22
22
23
23
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
+
24
44
Learn Python the Hard Way
25
45
~~~~~~~~~~~~~~~~~~~~~~~~~
26
46
You can’t perform that action at this time.
0 commit comments