question about python statements

Terry Reedy tjreedy at udel.edu
Tue May 13 17:42:50 EDT 2008


"Ohad Frand" <ohad.frand at percello.com> wrote in message 
news:B9E129828E47994B9B95E1BAABC8868C0B8F37 at percello-sbs.percello.local...
| Hi
| Thanks a lot for your reply
| I think the main uses for it is to study the language and to see that I
| didn't miss anything else or that something is changed from one version
| to another.

The language manual lists and explains all the keywords.
The library manual lists and explains all the builtin functions, classes, 
and other objects and, by now, everying in the standard library. 
Experimenting with code while reading is definitely a good idea too.






More information about the Python-list mailing list