Differences between revisions 4 and 5
Revision 4 as of 2004-03-02 14:26:10
Size: 770
Editor: adsl-215-103-120
Comment:
Revision 5 as of 2008-11-15 14:00:32
Size: 776
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
For example, [http://www.seapig.org/August2003Notes at a recent Python meeting in Seattle,] few of us knew about: For example, [[http://www.seapig.org/August2003Notes|at a recent Python meeting in Seattle,]] few of us knew about:
Line 9: Line 9:
 * [http://www.seapig.org/DocXMLRPCServer The DocXMLRPCServer,] which makes writing servers and clients dirt easy, and entirely self-documenting.
 * [http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/84317 Future threads,] which make threading so simple, you don't even have to know how it works.
 * [[http://www.seapig.org/DocXMLRPCServer|The DocXMLRPCServer,]] which makes writing servers and clients dirt easy, and entirely self-documenting.
 * [[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/84317|Future threads,]] which make threading so simple, you don't even have to know how it works.

Hidden Jewels

"Hidden Jewels", (for lack of a better name,) are powerful Python capabilities of general interest that people don't know about, even long-time Python programmers.

For example, at a recent Python meeting in Seattle, few of us knew about:

  • The DocXMLRPCServer, which makes writing servers and clients dirt easy, and entirely self-documenting.

  • Future threads, which make threading so simple, you don't even have to know how it works.

There are likely many more like this.

Perhaps we need to rename this page to "CoolPythonThings", or something like that.

HiddenJewels (last edited 2008-11-15 14:00:32 by localhost)

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