Thanks to all who have replied. {Ipython, Vpython, Spyder, WxPython,
Eclipse} x {Windows XP, Windows 7, Mac OSX, Linux} - looks like we have many
{IDE, platform} combinations to test, and no consensus on any one choice.
Student needs are different than large project developers. I need an IDE
th
Gael Varoquaux a écrit :
> On Sun, Feb 07, 2010 at 09:59:04AM +0100, Pierre Raybaut wrote:
>
>> Two screenshots to prove it :-)
>>
>> Running an example script including "pdb.set_trace()" in the external
>> console:
>> http://spyderlib.googlegroups.com/web/pdb_test.png
>> Executing the same sc
On Sun, Feb 07, 2010 at 09:59:04AM +0100, Pierre Raybaut wrote:
> Two screenshots to prove it :-)
>
> Running an example script including "pdb.set_trace()" in the external
> console:
> http://spyderlib.googlegroups.com/web/pdb_test.png
> Executing the same script from a Python interpreter within
Pierre Raybaut a écrit :
> 2010/2/6 Gael Varoquaux :
>
>> On Sat, Feb 06, 2010 at 11:27:50AM +0100, Pierre Raybaut wrote:
>> When you start having a somewhat complex set of functions that call
>> each other, or when you are getting failures with somebody else's code,
>> this is priceless. This i
2010/2/6 Gael Varoquaux :
> On Sat, Feb 06, 2010 at 11:27:50AM +0100, Pierre Raybaut wrote:
> When you start having a somewhat complex set of functions that call
> each other, or when you are getting failures with somebody else's code,
> this is priceless. This is so useful that to debug some code
On Sat, Feb 06, 2010 at 11:27:50AM +0100, Pierre Raybaut wrote:
> > Why not? I use Ipython on OS-X all the time, and it is fabulous, really
> > fabulous.
> >> > Also, I would rather stick with IDLE. It is the perfect IDE for
> >> > non-CS students who shouldn't be spending their time on the
>
>
> Date: Fri, 05 Feb 2010 12:59:41 -0800 From: Christopher Barker
> Subject: Re: [Matplotlib-users] Matplotlib
> conflicts with IDLE To: matplotlib-users@lists.sourceforge.net
> Message-ID: <4b6c86bd.3090...@noaa.gov> Content-Type: text/plain;
> charset=ISO-885
On Fri, Feb 5, 2010 at 3:46 PM, David MacQuigg wrote:
>
> I can't get Matplotlib to work with IDLE. plt.show() makes beutiful plots,
> but IDLE is hung. Entering "exit" in the little pop-up console window
> raises an exception in IDLE, and then leaves the plot window hung. It looks
> like the ol
This is not a matplotlib problem but an issue with Python itself. Unlike for
example Tcl/Tk, Python does not have support for event loops. Each of the
graphics backends (Tkinter, PyGTK, PyQT, the Mac OS X native backend) therefore
each implement an event loop on their own. In general, these will
David MacQuigg wrote:
> I can't get Matplotlib to work with IDLE.
Sorry, I don't know anything about IDLE, but...
> I'm running on Mac OS-X, so it looks like IPython is not an option.
Why not? I use Ipython on OS-X all the time, and it is fabulous, really
fabulous.
> Also, I
> would rather s
10 matches
Mail list logo