Alexandru Nedelcu

1,183
reputation
80 views

Registered User

name Alexandru Nedelcu
member for 1 year
seen Dec 11 at 21:32
website
location
age 27
Computer scientist with experience in text parsing, data mining, compilers, Java, Ruby, Python, Perl, Javascript, PHP, C#, MySQL, Unix.
Dec
14
awarded  Nice Answer
Oct
11
awarded  Good Answer
Aug
28
awarded  Yearling
Jul
21
comment What’s the best way to implement an ‘enum’ in Python?
Python is dynamic by default. There's no valid reason to enforce compile-time safety in a language like Python, especially when there is none. And another thing ... a good pattern is only good in the context in which it was created. A good pattern can also be superseded or completely useless, depending on the tools you're using.