Re: graphical python

2014-01-19 Thread Ian Kelly
On Sun, Jan 19, 2014 at 12:30 PM, buck wrote: > Thanks Ian. > Have you personally used pyjs successfully? > It's ominous that the examples pages are broken... I don't have any personal experience with either project. I don't know what's going on with pyjs.org currently, but the examples at the p

Re: graphical python

2014-01-19 Thread buck
On Sunday, January 19, 2014 12:19:29 AM UTC-8, Ian wrote: > On Sat, Jan 18, 2014 at 10:40 PM, buck wrote: > > > 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

Re: graphical python

2014-01-19 Thread Irmen de Jong
On 19-1-2014 6:40, buck wrote: > 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 thi

Re: graphical python

2014-01-19 Thread Ian Kelly
On Sat, Jan 18, 2014 at 10:40 PM, buck wrote: > 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 y

graphical python

2014-01-18 Thread buck
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