File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,24 @@ and Markov Analysis.
53
53
`Think Python <http://greenteapress.com/thinkpython/html/index.html >`_
54
54
55
55
56
+ Python Koans
57
+ ~~~~~~~~~~~~
58
+
59
+ Python Koans is a port of Edgecase's Ruby Koans. It uses a test-driven approach, q.v. TEST DRIVEN DESIGN SECTION
60
+ to provide an interactive
61
+ tutorial teaching basic python concepts. By fixing assertion statements that fail in a test script, this
62
+ provides sequential steps to learning python.
63
+
64
+ For those used to languages and figuring out puzzles on their own, this can be a fun, attractive option.
65
+ For those new to python and programming, having an additional resource or reference will be helpful.
66
+
67
+ `Python Koans <http://bitbucket.org/mcrute/python_koans >`_
68
+
69
+ More information about test driven development can be found at these resources:
70
+
71
+ `Test Driven Development <http://en.wikipedia.org/wiki/Test-driven_development> `
72
+
73
+
56
74
Advanced
57
75
--------
58
76
You can’t perform that action at this time.
0 commit comments