¡@

Home 

python Programming Glossary: armin

How can you make python 2.x warn when coercing strings to unicode?

http://stackoverflow.com/questions/12557447/how-can-you-make-python-2-x-warn-when-coercing-strings-to-unicode

after asking this question and hit on the perfect answer. Armin Ronacher created a wonderful little tool called unicode nazi..

What is the equivalent of CPython string concatenation, in C++? [duplicate]

http://stackoverflow.com/questions/13021985/what-is-the-equivalent-of-cpython-string-concatenation-in-c

glue a large number of strings together. Contributed by Armin Rigo. It may not sound like much but where it&rsquo s applicable..

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

when we least expect and least can afford you. But for you Armin Rigo and Raymond Hettinger the last two dear personal friends..

Longest equally-spaced subsequence

http://stackoverflow.com/questions/18159911/longest-equally-spaced-subsequence

a memory error on large inputs. The O nd time method of Armin took 9 seconds with pypy but only 20MB of RAM. Of course this.. . All timings with pypy ZelluX 9 seconds Kluev 20 seconds Armin 52 seconds It seems that if the ZelluX method could be made.. Update First algorithm described here is obsoleted by Armin Rigo's second answer which is much simpler and more efficient...

Does Flask support regular expressions in its URL routing?

http://stackoverflow.com/questions/5870188/does-flask-support-regular-expressions-in-its-url-routing

regex flask share improve this question Even though Armin beat me to the punch with an accepted answer I thought I'd show..