mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
add reference to Python Koans
This commit is contained in:
@@ -53,6 +53,24 @@ and Markov Analysis.
|
|||||||
`Think Python <http://greenteapress.com/thinkpython/html/index.html>`_
|
`Think Python <http://greenteapress.com/thinkpython/html/index.html>`_
|
||||||
|
|
||||||
|
|
||||||
|
Python Koans
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Python Koans is a port of Edgecase's Ruby Koans. It uses a test-driven approach, q.v. TEST DRIVEN DESIGN SECTION
|
||||||
|
to provide an interactive
|
||||||
|
tutorial teaching basic python concepts. By fixing assertion statements that fail in a test script, this
|
||||||
|
provides sequential steps to learning python.
|
||||||
|
|
||||||
|
For those used to languages and figuring out puzzles on their own, this can be a fun, attractive option.
|
||||||
|
For those new to python and programming, having an additional resource or reference will be helpful.
|
||||||
|
|
||||||
|
`Python Koans <http://bitbucket.org/mcrute/python_koans>`_
|
||||||
|
|
||||||
|
More information about test driven development can be found at these resources:
|
||||||
|
|
||||||
|
`Test Driven Development <http://en.wikipedia.org/wiki/Test-driven_development>`
|
||||||
|
|
||||||
|
|
||||||
Advanced
|
Advanced
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user