Tag: pythontutor
-
Motivating and Visualizing Recursion in Python: Three Flavors
Yesterday, I encountered some great instructional posts on programming, Python and the IPython Notebook. How to more effectively teach the concept of recursion (by Gustavo Duarte) How to use the web-based PythonTutor to learn Python (by Philip Guo) How to embed an IPython Notebook inside a blog post (by Brian Granger) I thought it would…