On Dec 27, 12:38 pm, "Riccardo T." <[EMAIL PROTECTED]> wrote: > I wrote a little cheat sheet for this wonderful language, but because of > my still little experience with it, I would like to have a feedback > Could you have a look at it and tell me what do you think about, please? > > http://greyfox.imente.org/index.php?id=73
Nice work. Only questionable thing I could see is listing dict.has_key(): I'm not sure of it's officially deprecated but the recommended practice these days is to to use "key in dict_obj". Also, consider adding a line or two about the set objects. (It's probably at least better than listing internal objects.) Carl Banks -- http://mail.python.org/mailman/listinfo/python-list