| Size: 1337 Comment: +UsingEnumerate | Size: 1820 Comment: Moved InformationRetrieval to UsefulModules. Added link. | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 5: | Line 5: | 
| * ["Powerful Python One-Liners"] | |
| Line 6: | Line 7: | 
| * HandlingExceptions, WritingExceptionClasses | * HandlingExceptions, WritingExceptionClasses | 
| Line 10: | Line 11: | 
| * CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer | * CgiScripts, XmlRpc, DocXmlRpcServer, BaseHttpServer, Md5Passwords * UdpCommunication | 
| Line 15: | Line 17: | 
| * DiacriticalEditor - Tkinter text widgets with key bindings to enter accented characters easily | |
| Line 17: | Line 18: | 
| We need people to contribute! | * ["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. | 
| Line 19: | Line 26: | 
| ---- | * ["BytesIO"] - Like StringIO but for raw bytes. * GnuPrivacyGuard - Pointers to various Python module interfaces to GPG. | 
| Line 21: | Line 29: | 
| Here are some links to some other Python-related sites that have code examples: * [http://aspn.activestate.com/ASPN/Cookbook/Python ActiveState's Python Cookbook] * [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ Python faqts] * [http://www.uselesspython.com/ Useless Python] * [http://www.vex.net/parnassus/ Vaults of Parnassus] * [http://www.python.org/pypi/ Python Package Index] | ----- For a list of other sites providing Python code, see PublishingPythonModules; for some recommendations, see UsefulModules. ----- ["lwickjr"]: I have some code that I would like to share, but am not in a position to participate in the official channels re offering it to the Python standard library. I have descriptions of them on ["lwickjr" my page]; if anyone is interested, please drop me a note ["lwickjr" there]. | 
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.
- ["Powerful Python One-Liners"]
- 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 
- ["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.
["lwickjr"]: I have some code that I would like to share, but am not in a position to participate in the official channels re offering it to the Python standard library. I have descriptions of them on ["lwickjr" my page]; if anyone is interested, please drop me a note ["lwickjr" there].
