Myghty 1.0 Released

2006-01-23 Thread Michael Bayer
Myghty 1.0 Released Myghty is a Python Server Page templating and web framework designed for large-scale, high availability websites and applications. Its conceptual design and template syntax is derived from HTML::Mason, the widely used mod_perl web application platform. Myghty serves as an exc

PyWeek Challenge #2: write a game in a week

2006-01-23 Thread Richard Jones
The date for the second PyWeek challenge has been set: Sunday 26th March to Sunday 2nd April (00:00UTC to 00:00UTC). The PyWeek challenge invites entrants to write a game in one week from scratch either as an individual or in a team. Entries must be developed in Python, during the challenge, and m

mrquery find duplicate images

2006-01-23 Thread Edward C. Jones
I have uploaded a new version of "mrquery" to my webpage at "http://members.tripod.com/~edcjones/pycode.html";. It is no longer importing a non-existent module. "mrquery" checks collections of images for duplicates. To install, expand the tarball in your PYTHONPATH and compile a pair of C

rencode -- Reduced length encodings

2006-01-23 Thread Connelly Barnes
A space-efficient serialization module based on bencode, which can be used to decode strings from untrusted sources. Works well for complex, heterogeneous data structures with many small elements. The encodings take considerably less space than bencode, gherkin, and Recipe 415503 for that use ca

Dr. Dobb's Python-URL! - weekly Python news and links (Jan 23)

2006-01-23 Thread Magnus Lycka
QOTW: "The IEEE-754 standard doesn't wholly define output conversions, and explicitly allows that a conforming implementation may produce any digits whatsoever at and after the 18th signficant digit, when converting a 754 double to string. In practice, all implementations I know of that exploit t