Shabbyrobe

1,363
Reputation
109 views

Registered User

Name Shabbyrobe
Member for 1 year
Seen Nov 23 at 3:58
Website
Location Melbourne
Age 27
I am the walrus.
Oct
16
asked Relative URLs in Actionscript 3
Oct
6
awarded  Popular Question
Sep
18
awarded  Yearling
Aug
28
comment Does anyone use Right Outer Joins?
Can you please provide more detail?
Aug
21
comment How to set smtplib sending timeout in python 2.4?
Brilliant, worked a treat
Aug
21
comment How to set smtplib sending timeout in python 2.4?
unfortunately this breaks starttls() functionality. my code now gets stuck at the smtp.ehlo() after smtp.starttls()
Aug
21
revised How to set smtplib sending timeout in python 2.4?
deleted 4 characters in body
Aug
21
asked How to set smtplib sending timeout in python 2.4?
Jul
28
revised mysql replication - table locking?
edited tags
Jul
24
revised Equivalent of SimpleTest “partial mocks” in PHPUnit?
added 827 characters in body
Jul
22
asked Equivalent of SimpleTest “partial mocks” in PHPUnit?
Jul
13
revised Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
added 66 characters in body
Jul
13
comment Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
what is the main difference between self.old = kwargs.pop('old', False) and def __init__(self, bite, old=False, *args, **kwargs) ?
Jul
13
revised Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
edited body
Jul
13
revised Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
tabs to spaces
Jul
13
comment Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
also, what about the case where Dog.__init__ needs to add an extra constructor argument? is def__init__(self, legs=4, *args, **kwargs) the right way to go about it?
Jul
13
comment Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
oh i didn't know you could use the *args and **kwargs in that way! 'coolness' most definitely needs to be upped to 'really cool!!!' :)
Jul
13
answered Recursively convert python object graph to dictionary
Jul
13
asked Most “pythonic” way of organising class attributes, constructor arguments and subclass constructor defaults?
Jun
24
comment Recursively convert python object graph to dictionary
Thanks for the help and inspiration. I just realised that it doesn't handle lists of objects, so I've updated my version to test for iter. Not sure if that's a good idea though.
Jun
24
revised Recursively convert python object graph to dictionary
added 21 characters in body; deleted 315 characters in body
Jun
24
comment Recursively convert python object graph to dictionary
point taken, but the exception thing is a bit of a holy war and i tend towards prefering them never to be thrown unless something is truly exceptional, rather than expected program flow. each to their own on that one :)
Jun
24
revised Recursively convert python object graph to dictionary
added 632 characters in body; added 55 characters in body
Jun
24
asked Recursively convert python object graph to dictionary
Jun
21
asked How to stop Python parse_qs from parsing single values into lists?
Jun
13
awarded  Nice Answer
Jun
10
revised Sending email using google apps SMTP server in Python 2.4
added 321 characters in body; deleted 321 characters in body
Jun
10
asked Sending email using google apps SMTP server in Python 2.4
Jun
3
comment Get last n lines of a file with Python, similar to tail
the question doesn't say platform dependence is unacceptable. i fail to see why this deserves two downvotes when it provides a very unixy (may be what you're looking for... certainly was for me) way of doing exactly what the question asks.