Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2005-11-26 13:38:40
Size: 685
Comment:
Revision 17 as of 2010-11-09 17:12:56
Size: 695
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
Line 5: Line 6:
 * [http://directory.google.com/Top/Computers/Programming/Languages/Python/FAQs,_Help,_and_Tutorials/ Google Directory]

 * [http://aspn.activestate.com/ASPN/Cookbook/Python/ Python Cookbook], from ActiveState.

* [http://www.effbot.org/zone/librarybook-index.htm The Python Standard Library], an electronically published book by Fredrik Lundh,
 * [[http://www.effbot.org/zone/librarybook-index.htm|The Python Standard Library]], an electronically published book by Fredrik Lundh,
Line 14: Line 11:
 * [http://www.uselesspython.com/ UselessPython], a Tutor-inspired site of Python snippets.  * The [[http://aspn.activestate.com/ASPN/Cookbook/Python/|Python Cookbook]], from ActiveState, is a very large collection of code snippets, some elementary and some advanced.

 * [[http://directory.google.com/Top/Computers/Programming/Languages/Python/FAQs,_Help,_and_Tutorials/|Google Directory]]

Python Examples and Sample Code

When you're learning, small examples can be very helpful.

  • The Python Standard Library, an electronically published book by Fredrik Lundh, examines most of the modules in Python's standard library, describing what the module does and giving a short example of its use.

  • The Python Cookbook, from ActiveState, is a very large collection of code snippets, some elementary and some advanced.

  • Google Directory

BeginnersGuide/Examples (last edited 2022-02-26 18:36:30 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.