graphical python

buck workitharder at gmail.com
Sun Jan 19 00:40:08 EST 2014


I'm trying to work through Skienna's algorithms handbook, and note that the author often uses graphical representations of the diagrams to help understand (and even debug) the algorithms. I'd like to reproduce this in python.

How would you go about this? pyQt, pygame and pyglet immediately come to mind, but if I go that route the number of people that I can share my work with becomes quite limited, as compared to the portability of javascript projects.

I guess my question really is: has anyone had success creating an interactive graphical project in the browser using python?

Is this a dream I should give up on, and just do this project in coffeescript/d3?



More information about the Python-list mailing list