Archives July 25, 2007
Use sys.settrace to animate Python code? (Evil ideas that cross one's mind...)
Written by
on
in
Snaking,
Young Coders.
To make a GUI/text IDE work similarly to the Logo-style animated execution you'd need to make the Python code work more slowly than normal. You could probably hook up a sys.settrace that stops when you finish a given operation and waits on a message from the GUI that it's drawn the results (and waited for ...
I want the perfect IDE for kids (Or do I?)
Written by
on
in
Snaking,
Young Coders.
A couple of things over the last couple of days have focused my mind on the question of IDEs.
The first is moving to Eric4 from Eric3. The change isn't really all that much, in fact, in the pieces I use there is no particular advantage to the new version (other than that it builds ...!-->!-->