Tuesday, July 3, 2012

Python Cheat Sheet

Python Cheat Sheet



Case Insensitive Dictionary search:

1. First create a set with lower case values

dict(zip(map(string.lower,a.keys()),a.values()))







No comments:

Post a Comment