Re: "Learn Python Quickly" is FREE today March 18th

2013-03-19 Thread John Rowland
On Monday, March 18, 2013 12:55:18 PM UTC, John Rowland wrote: > For just today, the book "Learn Python Quickly" is free to download from > Amazon. > > Also, go to www.learnpythonquickly.com for more information. To Terry Reedy. That's just the sort of constructive cr

"Learn Python Quickly" is FREE today March 18th

2013-03-18 Thread John Rowland
For just today, the book "Learn Python Quickly" is free to download from Amazon. Also, go to www.learnpythonquickly.com for more information. -- http://mail.python.org/mailman/listinfo/python-list

New Python book, "Learn Python Quickly"

2013-03-16 Thread John Rowland
mazon, from where you can download the reading apps and then download a further sample of the book onto those apps. I do hope you find this of interest. Kind regards, John Rowland -- http://mail.python.org/mailman/listinfo/python-list

example of ssl with SimpleXMLRPCServer in 2.6?

2010-03-18 Thread Rowland Smith
Anyone have an example of using the new ssl module with SimpleXMLRPCServer in 2.6? Thanks, -- -Rowland -- http://mail.python.org/mailman/listinfo/python-list

telnetlib in python-3.0

2009-04-29 Thread rowland
Is anyone using telnetlib in python-3.0? If so are you having any success? Using the example at the bottom of the telnetlib doc page I cannot seem to get any joy at all. I can make a connection, but write (command) seems to do nothing. Thanks, Rowland -- http://mail.python.org/mailman

Simplest solution for formatting local time in iso 8601 including time zone.

2008-09-09 Thread rowland
What's the simplest solution for formatting the output of local time in iso 8601 including the time zone information? Example: "2008-07-25T14:28:43.934-04:00" Thanks, Rowland -- http://mail.python.org/mailman/listinfo/python-list

synthetic properties

2008-09-02 Thread rowland
;48' ) ] def __init__( self ) : print self._name print self._age Thanks, Rowland -- http://mail.python.org/mailman/listinfo/python-list

source for the property function

2008-09-02 Thread Rowland Smith
Anyone know where the source code for the built-in property function is located in a python distribution? I would like to see how it works - mainly, how does it know which class it is being called from? Thanks, Rowland -- http://mail.python.org/mailman/listinfo/python-list

chained exceptions

2008-06-10 Thread Rowland Smith
Is anyone aware of a module or recipe for defining a composite/chained exception superclass? I've seen the PEP on chained exceptions wrt Python-3K, but I'm looking for something that is 2.5 compatible. -Rowland --- "The Dude abides." -