From ecf0e1028228a888a040fec43543fda23bbf1644 Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Mon, 14 Mar 2016 17:27:34 -0700 Subject: [PATCH] Add Python Tutor to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e15dbf8..9022721 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is the code in my book [Grokking Algorithms](https://www.manning.com/bhargava). +Also check out [Python Tutor](http://pythontutor.com/), a great website that helps you step through Python code line by line. + # Contributing - The examples in this book are in Python, but I'd like to get examples in Ruby, Javascript, C, and other languages too. Please add examples in other languages!