[BangPypers] Favorite tips/techniques

Noufal Ibrahim noufal at nibrahim.net.in
Fri Sep 13 07:33:49 CEST 2013


I often type this

x = "Break this into a list".split()

instead of

x = ["Break", "this", "into", "a", "list"]

The latter is more tedious to type.



-- 
Cordially,
Noufal
http://nibrahim.net.in


More information about the BangPypers mailing list