Carl Banks ha scritto: > 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.
I'm very glad you liked it :) > 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". I listed it because of help(dict.has_key) doesn't show any warning about that. However, if "in" works as well, I'll remove it very soon. > Also, consider adding a line or two about the set objects. (It's > probably at least better than listing internal objects.) I forgot it... thank you very much. I hope I'll find some more space to write on. > Carl Banks -- GreyFox -- http://mail.python.org/mailman/listinfo/python-list