Re: Development tools and practices for Pythonistas

2011-05-03 Thread jacek2v
On May 2, 12:38 pm, Algis Kabaila wrote: > On Monday 02 May 2011 19:09:38 jacek2v wrote: > > > > > > > > > > > On May 2, 9:48 am, Algis Kabaila wrote: > > > On Monday 02 May 2011 17:19:57 rusi wrote: > > > > On May 2, 12:08 pm, Algis K

Re: Development tools and practices for Pythonistas

2011-05-02 Thread jacek2v
On May 2, 9:48 am, Algis Kabaila wrote: > On Monday 02 May 2011 17:19:57 rusi wrote: > > > On May 2, 12:08 pm, Algis Kabaila > wrote: > > > Actually, Bazaar is more convenient than rcs for a single > > > user, as the repository can be the working directory (with > > > a "hidden" .bzr directory th

Re: Python IDE/text-editor

2011-04-16 Thread jacek2v
On Apr 16, 11:18 am, Daniel Kluev wrote: > > Please continue your recommendations. > > WingIDE has all that and much more, if you are willing to consider > non-free IDE. > Its multi-threading debugger definitely worth the cost of Pro version for me. I confirm :) -- http://mail.python.org/mailman

Re: Simple Python Sandbox

2010-08-15 Thread jacek2v
On Aug 14, 1:37 am, Stephen Hansen wrote: > Can you think of a way out of such a sandbox? A way to access disallowed > stuff, not a way to DOS. Hi, I have strange idea :): use Google Apps. You'll need prepare some interfaces for your apps (for example via WebServices) Maybe it is wrong way, maybe