Re: Most "active" coroutine library project?

2009-09-28 Thread Arlo Belshee
On Sep 25, 2:07 pm, Grant Edwards wrote: > On 2009-09-25, Jason Tackaberry wrote: > > > And I maintain that requiring yield doesn't make it any less a > > coroutine. > > > Maybe we can call this an aesthetic difference of opinion? > > Certainly. > > You've a very valid point that "transparent" ca

Re: Start Python at client side from web app

2009-01-27 Thread Arlo Belshee
> We create a custom mime-type and register it on the client PC. The web > application > can send signed python code to the client PC. If the signature is correct, > the code will be executed at the client. The signature prevents others from > executing > code. This will let you start a program

Re: New Python 3.0 string formatting - really necessary?

2009-01-13 Thread Arlo Belshee
For R, and others who haven't read the PEP or worked a lot with the web, here are some really strong advantages of the new string formatting over the old. Note: I'm not saying that you have to use one or the other. I'm just pointing out some of the things that the new format gives us - things whic