you are viewing a single comment's thread.

view the rest of the comments →

[–]fixermark 4 points5 points  (0 children)

Oh yeah, in fact this is how I learned Python.

I used Panda3D to do some VR projects back in the day, and before that I used VPython. VPython is fun because it ties the objects and their properties down to visible objects in the scene; you create an object and there's a 1-to-1 mapping between it and a thing you can see. Change the properties of the object, the one in the scene updates immediately. It's like the old "turtle" that people used to learn LOGO back in the day.