[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Marmaduke
My impression is that the notebook is best for demonstrations, exploration and rapid development. When I need to turn the results of a worksheet into a module, I use emacs and/or the sage shell to aggregate the code developed in a worksheet and test it. I'd look at the features of Eclipse you'd

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Mike Hansen
Hello, On Tue, Nov 17, 2009 at 4:32 PM, Nathann Cohen nathann.co...@gmail.com wrote: I am using Emacs ( and I am interested in knowing which softwares you are using ), but so far I mainly failed to convince people this was also the best option for them. I use Emacs for everything. Most of

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Nathann Cohen
What sort of features are you looking for?  Eclipse has a PyDev plugin which can be used to write Python code. I have been told ( on #sage-devel ) that it was not possible to use Sage through Eclipse as we are shipping our own version of Python, which prevented the two from working together.

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Harald Schilly
On Nov 17, 1:33 pm, Nathann Cohen nathann.co...@gmail.com wrote: I have been told ( on #sage-devel ) that it was not possible to use Sage through Eclipse as we are shipping our own version of Python. If you start eclipse from inside the sage environment it should work. I remember doing

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread ma...@mendelu.cz
On 17 lis, 13:00, Mike Hansen mhan...@gmail.com wrote: Hello, On Tue, Nov 17, 2009 at 4:32 PM, Nathann Cohen nathann.co...@gmail.com wrote: I am using Emacs ( and I am interested in knowing which softwares you are using ), but so far I mainly failed to convince people this was also

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Jason Grout
Nathann Cohen wrote: What sort of features are you looking for? Eclipse has a PyDev plugin which can be used to write Python code. I have been told ( on #sage-devel ) that it was not possible to use Sage through Eclipse as we are shipping our own version of Python, which prevented the two

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread William Stein
Hi, I used to use this IDE for Sage development, long ago: http://eric-ide.python-projects.org/eric4-screenshots.html I know that Glenn Tarbox's uses Sage from Eclipse. Now I use a mix of emacs, vim and the notebook, depending on what I'm doing. -- William On Tue, Nov 17, 2009 at 4:00

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Jan Groenewald
Hi Something in between the IDE (eclipse, spe, idle, whatever) and the text editor (YaY vim!) that is very newbie friendly is gedit with an embedded terminal (which we use to teach) with ipython (or sage) in the embedded terminal. It is the standard gnome terminal, and needs gedit-plugins to be

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Nathann Cohen
And is there any known way to have eclipse use auto-completion on Sage classes ? Nathann --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread ghtdak
On Nov 17, 8:35 am, Nathann Cohen nathann.co...@gmail.com wrote: And is there any known way to have eclipse use auto-completion on Sage classes ? That would probably be tough within Eclipse proper although there may be another approach... First, I have used Eclipse successfully with Sage

[sage-devel] Re: Which software to write Sage code ?

2009-11-17 Thread Maurizio
I honestly didn't get the chance to work with it, but when I installed sage-mode in emacs, I found it very useful, because it does this integration of a powerful editor (also sufficiently newbie friendly) with a sage embedded terminal Try sage-mode and emacs!! :) Maurizio On 17 Nov, 17:31, Jan