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 with my long time friend and collaborator Ben Galbraith on helping to set the direction of the industry.
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.