Re: [BangPypers] link

2009-09-04 Thread bhaskar jain
vim! On Fri, Sep 4, 2009 at 11:54 AM, Noufal Ibrahim wrote: > On Fri, Sep 4, 2009 at 11:44 AM, srid wrote: > > On Thu, Sep 3, 2009 at 8:09 PM, Roshan Mathews > wrote: > >> I recently read of an IDE for python which > >> code-stepping and a fancy debugger. Don't remember which one it was > >> th

Re: [BangPypers] link

2009-09-04 Thread Abhishek Mishra
Vim! + NERDTree + Pydiction http://twitpic.com/fnopf http://twitpic.com/fnsvb ___ 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 12:34:20 pm bhaskar jain wrote: > vim! geany! -- regards Kenneth Gonsalves Associate NRC-FOSS http://nrcfosshelpline.in/web/ ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] link

2009-09-04 Thread Sahasranaman MS
On Fri, Sep 4, 2009 at 1:08 PM, Kenneth Gonsalves wrote: > On Friday 04 Sep 2009 12:34:20 pm bhaskar jain wrote: > > vim! > geany! > NetBeans! ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

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 t

Re: [BangPypers] link

2009-09-04 Thread Carl Karsten
On Fri, Sep 4, 2009 at 3:14 AM, Kenneth Gonsalves 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 designing the

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, win32co

Re: [BangPypers] link

2009-09-04 Thread Roshan Mathews
On Fri, Sep 4, 2009 at 11:54 AM, Noufal Ibrahim wrote: > On Fri, Sep 4, 2009 at 11:44 AM, srid wrote: >> On Thu, Sep 3, 2009 at 8:09 PM, Roshan Mathews wrote: >>> I recently read of an IDE for python which >>> code-stepping and a fancy debugger.  Don't remember which one it was >>> though ... >> >>

[BangPypers] hardware access using python

2009-09-04 Thread Bharat Pathak
Dear Friends, Where can I get information on how to access serial and parallel port in python? I have tried pyserial and pyparallel package. but it in turn looks for "java communications" and jython I guess. also giveio.sys package needs to be installed. since I don’t kn

Re: [BangPypers] hardware access using python

2009-09-04 Thread Srijayanth Sridhar
On Sat, Sep 5, 2009 at 5:18 AM, Bharat Pathak wrote: > Dear Friends, > > Where can I get information on how to access serial > and parallel port in python? > > I have tried pyserial and pyparallel package. but it in > turn looks for "java communications" and jython I guess. >