Ned Batchelder

20,541
reputation
790 views

Registered User

name Ned Batchelder
member for 1 year
seen 6 hours ago
website
location Boston
age 47

I'm a software developer in my mid-forties. I have a good-sized family: one wife and three boys, one autistic. We live outside of Boston.

My interests, generally reflected in my blog, include: software engineering, parenting, math (especially visual aspects, such as geometry), politics, geeky recreations, language, and so on.

I've worked in a bunch of places, usually each smaller than the last for some reason.

6h
answered wxPython file dialog error: missing “|” in the wildcard string!
6h
comment wxPython file dialog error: missing “|” in the wildcard string!
Can you show us the wildcard string you're using?
6h
answered what does classmethod has done,who can give me a simple code example,thanks
6h
answered Is it Pythonic to check function argument types?
7h
awarded  Nice Answer
7h
answered Python: intercept a class loading action
7h
answered Does Python have any for loop equivalent (not foreach)
15h
accepted string manipulation - re.sub in jython
16h
answered python email error
16h
comment string manipulation - re.sub in jython
There's no need to do both replacements in one line, simply call re.sub twice as I've edited the answer. Don't forget to accept it if it works for you! :)
16h
revised string manipulation - re.sub in jython
added 79 characters in body
17h
revised string manipulation - re.sub in jython
added 268 characters in body
1d
answered string manipulation - re.sub in jython
1d
comment Inheriting Custom Operators in Python?
why do you think you need to redefine it in B?
1d
awarded  Nice Answer
1d
answered Python sorts “u11-Phrase 1000.wav” before “u11-Phrase 101.wav”; how can I overcome this?
2d
answered python django string rendering issue
2d
answered Trying to sort queryset…
2d
comment Is it true that I can’t use curly braces in Python?
I agree this isn't a bad question. yes, the answer is available in the docs, etc, but so are the answers to many SO questions. People new to Python often wonder about the lack of braces, why not answer this question as a way to get the best answer out there?
2d
answered Excluding last element in 0-based indexing
Dec
18
answered Prevent RegEx Hang on Large Matches…
Dec
18
answered Nested dot lookups in Django templates
Dec
17
accepted which tools for drawing entity relationship diagram online and share with colleagues?
Dec
17
answered Python many-to-one mapping (creating equivalence classes)
Dec
16
comment Python: List of lists of integers to absolute value to single number
I think this is the fourth time you've asked this question.
Dec
16
answered Python performance characteristics
Dec
16
answered Python performance characteristics
Dec
15
comment Improve code: test for key in dict and store in datastore
It won't set the value at all, the keyword will be missing from the BirthInfo constructor. I'm not sure what the effect of that will be.
Dec
15
answered Improve code: test for key in dict and store in datastore
Dec
15
comment django fails, sometimes, very erratic behavior.
I didn't mean session variables, I meant module-level variables. You'll probably have to post some code to get real answers.
Dec
15
accepted In python, is there a setdefault() equivalent for getting object attributes?
Dec
15
answered In python, is there a setdefault() equivalent for getting object attributes?
Dec
15
answered Django Official Tutorial Part 1 index out of bound error
Dec
15
answered django fails, sometimes, very erratic behavior.
Dec
14
accepted c expression evaluator take 2
Dec
13
answered Running unittest with typical test directory structure.
Dec
13
answered Bash Completion: What can we do with it, what lies in the future.
Dec
13
accepted How to pass an instance’s reference in a method?
Dec
13
answered How to pass an instance’s reference in a method?
Dec
12
comment one question about C++ virtual function
Precisely: A function declared virtual in the base class is invoked, even though the object was declared as a derived instance. I'm glad we agree on this being the answer to the OP's question.
Dec
12
revised one question about C++ virtual function
added 26 characters in body
Dec
12
comment one question about C++ virtual function
Forgive my terminology. I've fixed the answer.
Dec
12
comment one question about C++ virtual function
I can't quote the standard, but I didn't make it up: c2.com/cgi/wiki?PureVirtualFunctionCalled and msdn.microsoft.com/en-us/magazine/…
Dec
12
answered one question about C++ virtual function
Dec
12
answered Advanced/Non common Efficient Sorting Algorithms
Dec
12
answered PYTHONPATH vs. sys.path
Dec
12
answered return variable outputs in Python function?
Dec
12
comment c classes functions
That is a pointer to a function, not a function.
Dec
12
answered c classes functions
Dec
11
revised Concept check: any lossless data compression can be “defeated’, right?
deleted 2 characters in body