User ncoghlan - Stack Overflow
ncoghlan Member for 15 years Last seen more than a month ago curiousefficiency.org Brisbane, AustraliaTop Posts
answer (1033) What is the purpose of the single underscore "_" variable in Python?answer (691) What does "SyntaxError: Missing parentheses in call to 'print'" mean in Python?
question (466) What does "SyntaxError: Missing parentheses in call to 'print'" mean in Python?
answer (229) How do I log a Python error with debug information?
answer (178) Is there an expression for an infinite iterator?
answer (159) Python (and Python C API): __new__ versus __init__
answer (111) Python: How to pass more than one argument to the property getter?
answer (107) Thread vs. Threading
answer (102) Why are there no sorted containers in Python's standard libraries?
answer (89) Python unittest.TestCase execution order