Dirk Stoop

965
reputation
146 views

Registered User

name Dirk Stoop
member for 1 year
seen Dec 17 at 15:34
website
location
age
Dec
2
awarded  Nice Answer
Oct
31
answered Install PyObjC on Python 2.6 on OS X 10.5?
Oct
31
comment Python Scoping/Static Misunderstanding
Not an answer to your question, but also noteworthy: "while len(arrayOfFruit) > 0:" is equivalent to "while arrayOfFruit:". The latter is preferable, according to the Python Style Guide at least.
Oct
31
answered Nested transactions with SQLAlchemy and sqlite
Oct
2
awarded  Yearling
Aug
26
comment The difficulty in learning new languages by yourself.
Yeah, discussions of whether writing HTML/CSS should be considered 'coding', that's more or less what I was going for: Not a concrete answer to the question but merely an illustration for my idea that learning a language is easiest when you have a need to learn it.
Aug
18
comment NSAlert without bouncing dock icon
Glad to be of help :)