Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-02 Thread Eike Welk
On Monday 02 July 2007 00:38, ALAN GAULD wrote: > > > >> In [6]:f7([97, 98, 99]) > > > >> Out[6]:'abc' > > > > > > I can't remember which tool does this - IronPython maybe? > > > > It's IPython -- http://ipython.scipy.org/moin/ > > Now for some reason I assumed IPython was the IDE for IronPython. >

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-02 Thread bhaaluu
Greetings, I am new, and have been lurking and reading Python tutorials in the background, while reading the posts from this list. Since I have looked at so many things, I'm not sure where I found this, but it works great (I'm running a version of Debian GNU/Linux). I use the vim text editor,

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-02 Thread Thorsten Kampe
* elis aeris (Sun, 1 Jul 2007 22:27:11 -0700) > uh, can i ask about something very quickly? Don't hijack a completely unreleated thread. > how do i write a function to do > > a pop up window with designated window name, type (ok, cancel, those) and > message? Okay, a very quick answer: EasyGU

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread elis aeris
uh, can i ask about something very quickly? how do i write a function to do a pop up window with designated window name, type (ok, cancel, those) and message? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread Reed O'Brien
On Jul 1, 2007, at 6:38 PM, ALAN GAULD wrote: > Suddenly it seems like I have an embarassment of advanced > shells to choose from. At risk of starting a religious war, who > favours which and why? > > Alan, I have been using ipython for the last few months. I am barely touching teh surface o

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread elis aeris
http://memoryhacking.com/forums/viewtopic.php?p=1195#1195 On 7/1/07, Alan Gauld <[EMAIL PROTECTED]> wrote: "elis aeris" <[EMAIL PROTECTED]> wrote > Use the best for-equivalent and run the code below, Elis, Can you tell us what exactly you are trying to do? I'm not sure whether its just

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread Alan Gauld
"elis aeris" <[EMAIL PROTECTED]> wrote > Use the best for-equivalent and run the code below, Elis, Can you tell us what exactly you are trying to do? I'm not sure whether its just running tests on loop contructs or trying to get a list of pixels from an image (and if so to do what with them?)

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread Kent Johnson
ALAN GAULD wrote: > In [6]:f7([97, 98, 99]) > Out[6]:'abc' >>> I can't remember which tool does this - IronPython maybe? >> It's IPython -- http://ipython.scipy.org/moin/ > > Now for some reason I assumed IPython was the IDE for IronPython. > Having checked out the web link its obviously c

Re: [Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread elis aeris
Oie, as if the battle for the best text editor is not enough ... Well, can you run a test for me? Use the best for-equivalent and run the code below, instead of 1024*768, scale to 800*600 , just so the window you are screen shotting from is small enough. import time import ImageGrab

[Tutor] Power Shells [WAS:] optimization: faster than for

2007-07-01 Thread ALAN GAULD
> > >> In [6]:f7([97, 98, 99]) > > >> Out[6]:'abc' > > I can't remember which tool does this - IronPython maybe? > > It's IPython -- http://ipython.scipy.org/moin/ Now for some reason I assumed IPython was the IDE for IronPython. Having checked out the web link its obviously completely unrelated!