Marc Rintsch (bj)
-
Not really. Just effects the decode of *literals*. Basically it just changes which string literals you have to prefix with u or b.
-
@mgedmin Not official but have a look at "Module metadata variables" section here: http://ur1.ca/84s5i
-
voted for "XP (extreme programing)"
-
Of course there's not always just one way to do it. What has this to do with 'pythonic'? 'Pythonic' is *not* the opposite of TIMTOWTDI!
-
Twitter with new cool censor feature… Can't wait too see blocked content… http://ur1.ca/7tr1g
-
6510-Mikroprozessor wieder lieferbar, der VW-Käfer unter den Prozessoren. :-) http://heise.de/-1421469 #c64 #8bit
-
!projecteuler #3: Found the prime factors of a large number (≈600 billions) on a #C64. !8bit
-
If using `iterparse()` and having tags with equal names on different levels you have to keep track of the path or build a state machine.
-
Define "take"!? Are you searching for ``element.find('*/subelement')``? (Direct subelements w/o ``'*/'``.)
-
More efficient version: fac = lambda n: reduce(operator.mul, xrange(1, n + 1), 1)
-
@arnebab Past behaviour and HQ not under US jurisdiction makes them at least more trustworthy to me.
-
!Python's Super is nifty, but you can't use it http://ur1.ca/571o5
-
Reduced a testcase loop from ≈4 billion to 81 iterations. Testsuite not exhaustive anymore — but much faster now. ☺
-
@arnebab Shorter and more efficient: ten = [text[i:i+10] for i in xrange(0, len(text), 10)]
-
http://www.mp3tunes.com/ seems to be better for music streaming & backup than Google's Music Beta. Free account has 2 GiB space.
-
Tried http://music.google.com beta. Can't be used as backup solution. Music can't be downloaded directly again. ☹
-
#VPN on demand service with free private beta accounts: http://vpnod.com — useful to get around "not available in your country" sometimes.