Add Runestone Interactive Python Guide (#4483)

* Added Kaggle Python course

* Add Python Runestone to interactive tutorials

* added author
This commit is contained in:
Kevin Webb
2020-10-20 06:23:02 -07:00
committed by GitHub
parent ee5eb1e093
commit a7cf774f9c

View File

@ -217,6 +217,7 @@
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Learn Python](http://www.learnpython.org)
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
* [Python Koans](https://github.com/gregmalcolm/python_koans)