Differences between revisions 4 and 21 (spanning 17 versions)
Revision 4 as of 2005-09-30 08:25:20
Size: 685
Editor: 195
Comment:
Revision 21 as of 2022-02-26 18:36:30
Size: 730
Editor: MatsWichmann
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]  * [[https://web.archive.org/web/20201017142948/http://effbot.org/zone/librarybook-index.htm|The Python Standard Library]] (archived copy), 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. Note that this book is now relatively old and so misses a lot of the developments of the last two decades.
Line 7: Line 8:
 * [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,
 examines most of the modules in Python's standard library,
 describing what the module does and giving a short example of
 its use.

 * [http://www.uselesspython.com/ UselessPython], a Tutor-inspired site of Python snippets.
 * The [[https://code.activestate.com/recipes/langs/python/|Python Recipes]], from ActiveState, is a very large collection of code snippets, some elementary and some advanced.

Python Examples and Sample Code

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

  • The Python Standard Library (archived copy), 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. Note that this book is now relatively old and so misses a lot of the developments of the last two decades.

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

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

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