WyPy implements a basic Wiki in 23 lines of the ugliest Python code I've ever seen. Clever, though, and it works fine.
Via the still-RSS-free Daily Python URL.
Posted to Python by Simon Brunning at August 19, 2003 11:47 AMMy jaw literally dropped when I saw the code.
Posted by: Alan Green on August 19, 2003 01:16 PMLooks more like Perl than like Python, doesn't it? Well, it's for a 'Shortest Wiki' contest, I suppose. Going for the shortest possible code isn't the Python Way, so it's hardly surprising that it isn't typical Python code.
Posted by: Simon Brunning on August 19, 2003 02:47 PMOn http://www.vandervossen.net/2003/07/quick_n_dirty_rss_with_xslt I use the Daily Python URL as an example for a tutorial on screen-scraping RSS using XSLT stylesheets.
You can subscribe to the resulting feed at http://stuff.vandervossen.net/feeds/dailypython.rss
Posted by: Thijs van der Vossen on August 20, 2003 11:04 AMOMG... wypy.txt looks rather like BrainF@@k code to me - http://www.muppetlabs.com/~breadbox/bf/
See simon - there are crazy Python guys out there too. Life's not all hahaha hehehe, unless of course, we are policin your code ;-)
Posted by: Mark Matthews on December 16, 2004 05:08 PM