this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 1 and 2
Revision 1 as of 2004-07-28 02:22:23
Size: 335
Editor: ip51cc4013
Comment:
Revision 2 as of 2004-07-28 03:02:41
Size: 1300
Editor: ip51cc4013
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Self-contained pages, mostly cookbook style-pages: There's a lot of useful code out there that's not big enough to be its own module or its own project, but still useful for various purposes.

Until we get a lot of code, this little page can serve as a useful focal point.
Line 8: Line 10:

 * PointsAndRectangles - a pair of classes to provide points and rectangles.
 * PatternProgramming - pattern design implementation in python
 * ArithmoGraph - a simple example of functional programming and solution to an interesting problem
 * DiacriticalEditor - Tkinter text widgets with key bindings to enter accented characters easily

We need people to contribute!

----

Here are some links to some other Python-related sites that have code examples:
 * [https://aspn.activestate.com/ASPN/Cookbook/Python ActiveState's Python Cookbook]
 * [https://www.faqts.com/knowledge_base/index.phtml/fid/199/ Python faqts]
 * [https://www.uselesspython.com/ Useless Python]
 * [https://www.vex.net/parnassus/ Vaults of Parnassus]
 * [https://python.domainunion.de/pypi/ Python Package Index]

There's a lot of useful code out there that's not big enough to be its own module or its own project, but still useful for various purposes.

Until we get a lot of code, this little page can serve as a useful focal point.

We need people to contribute!


Here are some links to some other Python-related sites that have code examples:

Code (last edited 2015-01-10 23:00:10 by WolfgangMaier)

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