Prof. Ludäscher’s Notes for April 8, 2014
- Useful web sites
- Python Tutor [http://www.pythontutor.com/]
shows you how variables and such change as your program executes
- Here is an interactive version of the course textbook [http://interactivepython.org/courselib/static/thinkcspy/index.html]
- The string operators + and * [http://interactivepython.org/courselib/static/thinkcspy/Strings/strings.html#operations-on-strings]
- for loops, including range() [http://interactivepython.org/courselib/static/thinkcspy/PythonTurtle/helloturtle.html#the-for-loop]
- Prof. Ludäscher’s slides (in PDF)