Welcome To Snipplr


Everyone's Recent Python Snippets Tagged python



1 889 posted 18 years ago by abhiomkar
Since the version of compose() that ships with functional only allows you to compose two functions, I present this version that composes n functions.
0 848 posted 18 years ago by collin
0 970 posted 18 years ago by whitetiger
6 1175 posted 18 years ago by whitetiger
0 1082 posted 18 years ago by whitetiger
0 1139 posted 18 years ago by whitetiger
0 1108 posted 18 years ago by whitetiger
1 1364 posted 18 years ago by whitetiger
0 1080 posted 18 years ago by whitetiger
0 1009 posted 18 years ago by whitetiger
0 994 posted 18 years ago by whitetiger
0 977 posted 18 years ago by whitetiger
0 965 posted 18 years ago by whitetiger
1 1042 posted 18 years ago by whitetiger
2 1247 posted 18 years ago by whitetiger
1 1186 posted 18 years ago by whitetiger
0 977 posted 18 years ago by whitetiger
Tired of the Python's "".join(...) idiom requiring you to pre-stringify all the arguments to join()? Yeah, me too.
1 829 posted 18 years ago by collin
This snippets try to download itself from http://snipplr.com using xml-rpc
6 1244 posted 18 years ago by arcturus
0 774 posted 18 years ago by jacobian
0 1076 posted 18 years ago by jacobian
Performance can be seen in link. This code, however, uses generator expression instead of list comprehension.
1 1089 posted 18 years ago by newtonapple
Placing these inside a PyObjC class lets you access PyObjC instance variables starting with '_' without extra work while still allowing access to standard Python instance variables.
0 722 posted 18 years ago by daeken
1 1071 posted 18 years ago by ndegruchy