¡@

Home 

python Programming Glossary: hettinger

Python string 'join' is faster(?) than '+', but what's wrong here?

http://stackoverflow.com/questions/1349311/python-string-join-is-faster-than-but-whats-wrong-here

Some of us Python committers I believe mostly Rigo and Hettinger went out of their way on the way to 2.5 I believe to optimize.. IS still lurking there just outside of the corners that Hettinger and Rigo prettied up and put flowers in one that MATTERS one.. least can afford you. But for you Armin Rigo and Raymond Hettinger the last two dear personal friends of mine BTW not just co commiters..

Understanding performance difference

http://stackoverflow.com/questions/17640235/understanding-performance-difference

Why is that I recently watched this video where Raymond Hettinger says that Python tends to reuse tuples so no extra allocations...

Letter frequency in python

http://stackoverflow.com/questions/5148903/letter-frequency-in-python

None # Python Cookbook Recipe 1.9 # Chris Perkins Raymond Hettinger if len to 1 to to len frm trans string.maketrans frm to if keep..

Why does Python's itertools.permutations contain duplicates? (When the original list has duplicates)

http://stackoverflow.com/questions/6534430/why-does-pythons-itertools-permutations-contain-duplicates-when-the-original

speak for the designer of itertools.permutations Raymond Hettinger but it seems to me that there are a couple of points in favour..

What is the best ordered dict implementation in python?

http://stackoverflow.com/questions/719744/what-is-the-best-ordered-dict-implementation-in-python

share improve this question This one by Raymond Hettinger is a drop in substitute for the collections.OrderedDict that..

How can I find the missing value more concisely?

http://stackoverflow.com/questions/8792440/how-can-i-find-the-missing-value-more-concisely

which is returned by pop . Edit As suggested by Raymond Hettinger in the comments you could also use tuple unpacking to extract..