Size: 335
Comment:
|
← Revision 29 as of 2015-01-10 23:00:10 ⇥
Size: 1522
Comment: removed spam
|
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. |
Line 3: | Line 3: |
Until we get a lot of code, this little page can serve as a useful focal point. * [[Powerful Python One-Liners]] |
|
Line 4: | Line 7: |
* HandlingExceptions, WritingExceptionClasses * SubclassingDictionaries, SortingListsOfDictionaries, KeepingListsInDictionaries * WorkingWithTime, RssLibraries, UsingPickle, MiniDom, EscapingHtml * CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer |
* HandlingExceptions, WritingExceptionClasses * 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]] * LeeEdwin/DownloadCenter - programs by LeeEdwin * LeeEdwin/CodeShare - another place to post your code * [[lwickjr/Modules]]/Alias - an alias facility for I.D.L.E. * [[lwickjr/Modules]]/Edit - an editor enhancement for I.D.L.E. * [[lwickjr/Modules]]/UT - a collection of miscellaneous utility functions. * [[PowerPiano17/Doodles]] - Various "Doodles" made in Python. * [[BytesIO]] - Like StringIO but for raw bytes. * GnuPrivacyGuard - Pointers to various Python module interfaces to GPG. ----- For a list of other sites providing Python code, see PublishingPythonModules; for some recommendations, see UsefulModules. |
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.
SubclassingDictionaries, SortingListsOfDictionaries, KeepingListsInDictionaries, UsingEnumerate
CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer, Md5Passwords
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
LeeEdwin/DownloadCenter - programs by LeeEdwin
LeeEdwin/CodeShare - another place to post your code
lwickjr/Modules/Alias - an alias facility for I.D.L.E.
lwickjr/Modules/Edit - an editor enhancement for I.D.L.E.
lwickjr/Modules/UT - a collection of miscellaneous utility functions.
PowerPiano17/Doodles - Various "Doodles" made in Python.
BytesIO - Like StringIO but for raw bytes.
GnuPrivacyGuard - Pointers to various Python module interfaces to GPG.
For a list of other sites providing Python code, see PublishingPythonModules; for some recommendations, see UsefulModules.