Cheat sheet

Carl Banks pavlovevidence at gmail.com
Thu Dec 27 15:37:11 EST 2007


On Dec 27, 12:38 pm, "Riccardo T." <gr3yfox... at gmail.com> 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



More information about the Python-list mailing list