@@ -13,7 +13,8 @@ title: Resources for Python
1313* [ Python.org Python Tutorial] ( http://docs.python.org/3/tutorial/index.html ) _ (Note: Python version can be selected from dropdown at top left)_
1414
1515### Exercises Driven Learning
16- * [ Learn Python the Hard Way] ( http://learnpythonthehardway.org ) . _ (Do not let the title fool you)_
16+ * [ Learn Python the Hard Way] ( http://learnpythonthehardway.org ) _ (Do not let the title fool you)_
17+ * [ Python Koans] ( https://bitbucket.org/gregmalcolm/python_koans )
1718
1819### For intermediate programmers
1920* [ Dive Into Python] ( http://www.diveintopython.net/toc/index.html )
@@ -22,23 +23,19 @@ title: Resources for Python
2223* [ Python Documentation] ( http://docs.python.org ) _ (Note: There is a drop down box at the top left to select the python version)_
2324
2425## Comprehensive collections of resources
25-
2626* [ Python.org resources for Programmers] ( http://wiki.python.org/moin/BeginnersGuide/Programmers )
2727* [ Python.org resources for Non Programmers] ( http://wiki.python.org/moin/BeginnersGuide/NonProgrammers )
2828
2929## Comprehensive collection of python packages
30-
3130* [ Pypi] ( http://pypi.python.org/pypi )
3231
3332## Discussion Forums
34-
3533* [ Http interface to comp.lang.python via google groups] ( https://groups.google.com/forum/?fromgroups#!forum/comp.lang.python )
3634* [ Stack Overflow Q&A related to Python] ( http://stackoverflow.com/questions/tagged/python )
3735
3836## Other Python interest groups
39- * [ Python India] ( http://python.org.in )
37+ * [ Python India] ( http://python.org.in )
4038
4139## Python Events
4240* [ Pycon] ( http://pycon.org )
4341* [ Pycon India] ( http://in.pycon.org )
44-
0 commit comments