Welcome To Snipplr
Everyone's Recent Snippets Tagged python
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Tired of the Python's "".join(...) idiom requiring you to pre-stringify all the arguments to join()? Yeah, me too.
1
604
posted 18 years ago by collin
This snippets try to download itself from http://snipplr.com using xml-rpc
6
987
posted 18 years ago by arcturus
Performance can be seen in link. This code, however, uses generator expression instead of list comprehension.
1
867
posted 18 years ago by newtonapple