Re: [BangPypers] link

2009-09-04 Thread srid
On Thu, Sep 3, 2009 at 8:09 PM, Roshan Mathewsrmath...@gmail.com wrote: I recently read of an IDE for python which code-stepping and a fancy debugger.  Don't remember which one it was though ... Many of them exist - ActiveState Komodo, Wing IDE, Eric3 and so on. -srid

Re: [BangPypers] link

2009-09-04 Thread Noufal Ibrahim
On Fri, Sep 4, 2009 at 11:44 AM, sridsridhar.ra...@gmail.com wrote: On Thu, Sep 3, 2009 at 8:09 PM, Roshan Mathewsrmath...@gmail.com wrote: I recently read of an IDE for python which code-stepping and a fancy debugger.  Don't remember which one it was though ... Many of them exist -

Re: [BangPypers] link

2009-09-04 Thread Sahasranaman MS
On Fri, Sep 4, 2009 at 1:08 PM, Kenneth Gonsalves law...@au-kbc.org wrote: On Friday 04 Sep 2009 12:34:20 pm bhaskar jain wrote: vim! geany! NetBeans! ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] link

2009-09-04 Thread Noufal Ibrahim
Anyone used http://pythonide.blogspot.com/? It's special purpose but it's got a bit of reputation from what I hear. -- ~noufal http://nibrahim.net.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] link

2009-09-04 Thread Kenneth Gonsalves
On Friday 04 Sep 2009 1:26:18 pm Noufal Ibrahim wrote: Anyone used http://pythonide.blogspot.com/? It's special purpose but it's got a bit of reputation from what I hear. stani is a great guy - he won a prize for designing the dutch 5 euro commemorative coin a couple of years back. I have

Re: [BangPypers] link

2009-09-04 Thread Carl Karsten
On Fri, Sep 4, 2009 at 3:14 AM, Kenneth Gonsalveslaw...@au-kbc.org wrote: On Friday 04 Sep 2009 1:26:18 pm Noufal Ibrahim wrote: Anyone used http://pythonide.blogspot.com/? It's special purpose but it's got a bit of reputation from what I hear. stani is a great guy - he won a prize for

Re: [BangPypers] Excel and Python

2009-09-04 Thread Vishal
I would advice you to take hints from the existing tools and then devise a module specific to your requirements. Working with excel depends a lot on what you want to do with the data that you are working on and so a single module is rarely all that you need. If you are on a windows machine,

Re: [BangPypers] link

2009-09-04 Thread Roshan Mathews
On Fri, Sep 4, 2009 at 11:54 AM, Noufal Ibrahimnou...@gmail.com wrote: On Fri, Sep 4, 2009 at 11:44 AM, sridsridhar.ra...@gmail.com wrote: On Thu, Sep 3, 2009 at 8:09 PM, Roshan Mathewsrmath...@gmail.com wrote: I recently read of an IDE for python which code-stepping and a fancy debugger.