A new one-man project, just getting started.
< http://www.lightbird.net/py-by-example/>

This guide aims to show examples of use of all Python Library Reference functions, methods and classes. At this point, only the more widely used modules were added and only functions use examples are given. Python version 2.5 was used for examples unless noted otherwise. Example of output of a function is shown in the form of function_call(args) # [result]:
    math.sqrt(9)   # 3.0

See the thread in the python-list archive:< http://mail.python.org/pipermail/python-list/2008-April/thread.html#484484 >

Dick Moores


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to