Skip to content

Commit 747b3ea

Browse files
committed
Added Python Tutor, an interactive multi-language visualizer.
1 parent fa62e68 commit 747b3ea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

free-programming-interactive-tutorials-en.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
* [Learn C](http://www.learn-c.org)
4141

42-
4342
### C Sharp
4443

4544
* [Learn C#](http://www.learncs.org)
@@ -104,6 +103,7 @@
104103
### Java
105104

106105
* [CodingBat code practice](http://codingbat.com/java)
106+
* [Python Tutor (Link for Java)](http://pythontutor.com/java.html#mode=edit)
107107
* [Learn Java](http://www.learnjavaonline.org)
108108
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
109109

@@ -119,6 +119,7 @@
119119
* [Learn JavaScript](http://www.learn-js.org)
120120
* [Learn knockout.js](http://learn.knockoutjs.com)
121121
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
122+
* [Python Tutor (Link for Javascript)](http://pythontutor.com/javascript.html#mode=edit)
122123
* [Try jQuery](http://try.jquery.com)
123124

124125

@@ -171,6 +172,7 @@
171172
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
172173
* [Learn Python](http://www.learnpython.org)
173174
* [Python Koans](https://github.com/gregmalcolm/python_koans)
175+
* [Python Tutor (Link for Python)](http://pythontutor.com/visualize.html#mode=edit)
174176

175177

176178
### R
@@ -187,6 +189,7 @@
187189

188190
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
189191
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
192+
* [Python Tutor (Link for Ruby)](http://pythontutor.com/ruby.html#mode=edit)
190193
* [Ruby Koans](http://www.rubykoans.com)
191194
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
192195
* [The Odin Project](http://www.theodinproject.com)
@@ -204,6 +207,10 @@
204207
* [SQLBolt](http://sqlbolt.com)
205208

206209

210+
### TypeScript
211+
* [Python Tutor (Link for TypeScript)](http://pythontutor.com/typescript.html#mode=edit)
212+
213+
207214
### Vim
208215

209216
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)

0 commit comments

Comments
 (0)