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

Differences between revisions 1 and 16 (spanning 15 versions)
Revision 1 as of 2004-07-28 02:22:23
Size: 335
Editor: ip51cc4013
Comment:
Revision 16 as of 2004-11-27 05:38:57
Size: 1311
Editor: 212-32-244-232
Comment: extract Italian translation to separate page
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 5: Line 7:
 * SubclassingDictionaries, SortingListsOfDictionaries, KeepingListsInDictionaries
 * WorkingWithTime, RssLibraries, UsingPickle, MiniDom, EscapingHtml
 * CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer
 * SubclassingDictionaries, SortingListsOfDictionaries, KeepingListsInDictionaries, UsingEnumerate
 * StringFormatting, EscapingHtml
 * WorkingWithTime, RssLibraries, UsingPickle, MiniDom
 * CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer, Md5Passwords
 * UdpCommunication

 * 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

 * ["Generators"]

-----

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]

See also: Italian translation at ["Codice"]

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.


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

See also: Italian translation at ["Codice"]

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

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