From a7cf774f9c094bdade1fd1a2d76bd766c39e254f Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Tue, 20 Oct 2020 06:23:02 -0700 Subject: [PATCH] Add Runestone Interactive Python Guide (#4483) * Added Kaggle Python course * Add Python Runestone to interactive tutorials * added author --- free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index a64bee47..d99dc246 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -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) -- GitLab