Re: Q: Best book for teaching

2009-04-08 Thread JBW
On Mon, 06 Apr 2009 07:37:19 -0700, grkuntzmd wrote: What would be a good book to use as the text for the course? Python Programming: An Introduction to Computer Science Franklin, Beedle Associates, by little Johny Zelle. Accept no substitues! Jim --

Re: Is there a simple soap library for python?

2009-03-26 Thread JBW
it was missing. JBW -- http://mail.python.org/mailman/listinfo/python-list

Re: switch to interactive mode

2009-03-16 Thread JBW
, but I've used code.interact to do something similar. JBW -- http://mail.python.org/mailman/listinfo/python-list

Re: SOAP client

2009-02-11 Thread JBW
On Wed, 11 Feb 2009 07:33:29 -0800, mk wrote: I'm trying to consume a SOAP web service using Python. Suds (ibid) -- accept no substitute! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to search the Python manuals

2008-08-23 Thread JBW
On Fri, 22 Aug 2008 16:17:16 -0400, Terry Reedy instructs a procedure for locating the behavior of default function arguments: -- For WinXP (I have no idea of how the manuals works elsewhere): Windows is against my religion, so I may be completely off base

os.readlink() doco snafu?

2008-08-20 Thread JBW
English is my first language, but I doesn't be very good at it. I was trying to endow my symlinked python module with the ability to divine where it actually resides when I came across os.readlink(), documented at http://docs.python.org/lib/os-file-dir.html I'm not sure readlink() lives up