Dr. Dobb's Python-URL! - weekly Python news and links (Nov 13)

2006-11-14 Thread Cameron Laird
QOTW: "It is humbling to see how simple yet powerfull python`s view on things is" - Éric Daigneault http://groups.google.com/group/comp.lang.python/msg/bbd842715bb5b6eb "[I]f a machine is expected to be infallible, it cannot also be intelligent." - Alan Turing, 20 February 1947, lecture

ANN: ludevit 1 available

2006-11-14 Thread garabik-news-2005-05
ludevít is a simple program translating standard Slovak language into the L. Štúr version. The program is probably interesting only to Slovak speakers. Requirements: Python at least version 2.3, only standard library modules are used. The program is intended to be used in Unix environments with U

[ANN] httpy 1.0a1 -- smooths out WSGI's worst warts

2006-11-14 Thread Chad Whitacre
Greetings, program! I'm pleased to announce version 1.0a1 of httpy, middleware to smooth out WSGI's worst warts. With httpy in your stack, you can return a string, or return or raise an httpy.Response object, instead of mucking with start_response and iterables. This version marks a major chan