Jul 18
In the entry from a Python fan Ruby Style Adding Methods to Existing Classes in Python? you look into the comments to see the following code:
class Foo:def __init__(self):
self.x =
In the entry from a Python fan Ruby Style Adding Methods to Existing Classes in Python? you look into the comments to see the following code:
class Foo:def __init__(self):
self.x =
My posts, status updates, link blog, and anything else I do on the web is here:
I am honoured to be working at Palm where I get the opportunity to work with my long time friend and collaborator Ben Galbraith on delivering a fantastic developer experience on the mobile Web.
That being said, please note that the opinions expressed on this site are my own, and don't necessarily reflect those of my employer.
July 18th, 2006 at 3:25 pm
And at least in Ruby there’s either curlies or an explicit end, so auto-formatting is also possible there.
December 12th, 2006 at 3:11 am
I have been coding in Python for 3 years now, and never ran into any lost whitespace That obviously is a wordpress and not a python problem.