Re: Python for IPSA (Power flow analysis)

2013-05-28 Thread Robert Marshall
On Tue, May 28 2013, Debbie wrote: > Hi there, I am new to Python, and wondering if you could help me with > python based coding for the IPSA (Power system analysis software). I > have a electrical distribution network with generators, buses and > loads, on which I am performing the load flow ana

Re: OT: Text editors

2012-07-29 Thread Robert Marshall
On Sun, 29 Jul 2012, python.l...@tim.thechases.com wrote: > On 07/29/12 05:28, Mark Lawrence wrote: >> On 29/07/2012 06:08, Ben Finney wrote: >>> Tim Chase writes: >>> Learn one of Emacs or Vim well, and you won't need to worry >>> about text editors again. >> >> Point taken, snag being I've nev

Re: your favorite debugging tool?

2009-08-24 Thread Robert Marshall
On 24 Aug 2009, Paul Rubin wrote: > Esmail writes: >> What is your favorite tool to help you debug your >> code? I've been getting along with 'print' statements >> but that is getting old and somewhat cumbersome. > > Beyond print statements, I use pdb a lot. Winpdb (www.winpdb.org) is > even be

Re: Gmane's been quiet ...

2007-08-29 Thread Robert Marshall
On Wed, 29 Aug 2007, Steve Holden wrote: > > Lawrence Oluyede wrote: >> Grant Edwards <[EMAIL PROTECTED]> wrote: >>> Posting that were made to mailing lists via gmane? >> >> That, I do not know >> > Given that I have now read a reply to my post-via-gmane on gmane > before seeing the original post

Re: 2 new comment-like characters in Python to aid development?

2007-03-09 Thread Robert Marshall
On 09 Mar 2007, Matthew Woodcraft wrote: > Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > Nick Craig-Wood a ecrit : >> I use # FIXME for this purpose or /* FIXME */ in C etc. >> >> I have an emacs macro which shows it up in bright red / yellow >> text so it is easy to see >

Re: 2 new comment-like characters in Python to aid development?

2007-03-09 Thread Robert Marshall
On Fri, 09 Mar 2007, Bruno Desthuilliers wrote: > > Nick Craig-Wood a écrit : >> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> What if 2 new 'special' comment-like characters were added to >>> Python?: >>> >>> >>> 1. The WIP (Work In Progress) comment: >> >> I use # FIXME for this purpose o

Re: Determining when a file is an Open Office Document

2007-01-19 Thread Robert Marshall
On Fri, 19 Jan 2007, Steven D'Aprano wrote: > On Fri, 19 Jan 2007 12:22:04 +1100, Ben Finney wrote: > >> tubby <[EMAIL PROTECTED]> writes: >> >>> Silly question, but here goes... what's a good way to determine >>> when a file is an Open Office document? I could look at the file >>> extension, bu