Re: ODE, GUI, plotter in Python

2009-06-17 Thread Rob Clewley
There was just an announcement on this list and the scipy list for PyLab_Works, which sounds exactly like what you're looking for. I would not recommend starting over with a new simulator at this point. -Rob On Tue, Jun 16, 2009 at 12:00 PM, Ala wrote: > Hello everyone. > > I am starting on implem

Re: ODE, GUI, plotter in Python

2009-06-16 Thread Diez B. Roggisch
> you should take a look at > http://pyode.sourceforge.net/ I think he's talking about "ordinary differential equations". While these are part of physics-simulations (and the ODE-libraries' name might be a PUN), PyODE is not what the OP is after. Diez -- http://mail.python.org/mailman/listinfo/p

Re: ODE, GUI, plotter in Python

2009-06-16 Thread Eduardo Lenz
Em Ter 16 Jun 2009, às 09:00:02, Ala escreveu: > Hello everyone. > > I am starting on implementing a simulator using python, and since it's > the first time I code in python would appreciate a few pointers: > > The simulator will use a coupled ODE for the most part of the > simulation, I plan to us