Re: [BangPypers] Python app in a browser sandbox?

2008-02-21 Thread Biju Chacko
logan wrote: > Just to add to my last email. Silverlight is more about WPF, XAML, etc, and > all this is of no interest to us. What I simply want is a sandbox kind of > environment, which allows the user to load the Python script (or > application). The application actually is a VoIP softphone,

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-05-01 Thread Biju Chacko
Anand Balachandran Pillai wrote: This is a common pitfall encountered by the brand-newbie. Use a good editor which does a good job of "untabifying" your code. I use emacs+python-mode. I use tabs for writing my code since it is easy to indent code using tabs in emacs. I have defined a macro which

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-05-05 Thread Biju Chacko
Kiran Jonnalagadda wrote: On 06-May-08, at 7:39 AM, Siddharta wrote: I used to be a heavy vim user for python, but now I use Wing IDE. I've tried out a number of free IDEs - SPE, Eric3, Scite, Pydev and plain old vim - and Wing is just way better. Its not free, but its worth it, especially if

Re: [BangPypers] Autocompletion in emacs

2008-05-23 Thread Biju Chacko
Pradeep Gowda wrote: On 23-May-08, at 8:07 AM, Nishith Nand wrote: I am a python beginner. I found the auto completion feature that IDEs like SPE provide, wherein when you type, for example, "gtk.", it shows you the list of available function calls in a dropdown box, pretty useful. Especiall