Is there any definitive cheatsheet available for Python (3.1 especially). I'm learning from a book but I keep forgetting the various methods explained for lists, dicts, strings etc..
I'd like a cheatsheet or a tutorial spanning a few pages that has object type definitions, list of expressions, list of methods available for each object type etc..basically something easy to refer than lookup a 1200 page book I'm reading.
Thanks.