Re: Google Summer of Code Application

2008-03-31 Thread Sebastian Haase
Hi Philipp, I did not read all of your post. But, are you determined to use GTK ? I would be much happier if you could go with wx -- wxPython. It is also a quite powerful GUI gramework, and it runs much better on non-Linux platforms: I think there is a GTK version for Windows, but it surely is

Re: Google Summer of Code Application

2008-03-31 Thread PhilippStrack
Hi Sebastian, at the moment I am really favouring GTK, but I am not determined. I will use what ever technology makes it possible to achieve good results. The Pro's for gtk are that the combination of gtk.TextView and gtk.textbuffer is really well suited to do what I want to do. Even better

Re: Google Summer of Code Application

2008-03-31 Thread Mateusz Paprocki
Hi Philipp, thank you for your reply. Now I have much clearer view on the project you would like to do. Ok the question I did not answer why I do not work on sage? I like sage and I think it is really great software. I want to create an alternative to the sage webbased interface because I

Re: Google Summer of Code Application

2008-03-31 Thread PhilippStrack
ok you conviced me :) I will take a look at the wxPython API to get an impression what difference in the complexity it will make best wishes Philipp On 31 Mrz., 15:36, Gael Varoquaux [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 03:25:57PM +0200, Sebastian Haase wrote: I would be much

Re: Google Summer of Code Application

2008-03-31 Thread basti
Hi Philipp, Last summer I started a project that seems to be very similar to what you are describing. http://code.google.com/p/symbide/ Although it has some limitations, I think the basis is pretty well written. It supports sympy (e.g. you don't have to define numbers and variables

Re: Google Summer of Code Application

2008-03-31 Thread Ondrej Certik
On Mon, Mar 31, 2008 at 3:59 PM, Ondrej Certik [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 3:52 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 03:43:38PM +0200, Mateusz Paprocki wrote: Having light weight version (but full of features and user

Re: Google Summer of Code Application

2008-03-31 Thread Gael Varoquaux
On Mon, Mar 31, 2008 at 03:59:57PM +0200, Ondrej Certik wrote: I am going to write to ipython-dev to point attention to this thread, as this application wants to have something useful now. ipython1 is ambitious and it may take a year or something, until something usable comes out - but yet,

sympify of 'lambda' and 'E'

2008-03-31 Thread Colin Gillespie
Dear All, I suspect that sympify is getting confused by python's builtin lambda and E So are the following examples bugs? If not, should the documentation be updated with a warning? sympify('S*lambda') Traceback (most recent call last): File stdin, line 1, in ? File

Re: Google Summer of Code Application

2008-03-31 Thread Ondrej Certik
On Mon, Mar 31, 2008 at 6:58 PM, PhilippStrack [EMAIL PROTECTED] wrote: Hi everybody, thank you very much for pointing me to ipython1. I started reading about it and I love approach they take. Regarding my application I think that it will be easy to later use Ipython1 as a backend. I

more numpy compatibility

2008-03-31 Thread Alan Bromborsky
Suggestion - I did not expect this to work and it did not, but it would be nice if it did make_symbols('x y z') #my own function V = numpy.array([x,y,z]) print V dVdx = diff(V,x) print dVdx should output [1,0,0] --~--~-~--~~~---~--~~ You received this message