timdoug's interesting tidbits
Little bits of technical documentation and such. Hopefully helpful.
2009-06-03
Reason N why I love Python
Code like this:
",".join(nodes_list[:num_nodes])
Objects, strings (finally sane in 3.0), lists, list slices...
[/python]
permanent link