ANN: Porcupine 0.0.6 released

2006-02-27 Thread t . koutsovassilis
This release includes numerous QuiX enhancements, but also introduces some major QuiX API changes. The base widget class (Widget) has been refactored. Most of its attributes have been replaced with getters and setters. Thus, a single attribute change does not require a full redraw. This release als

ANN: FileTrack v0.1-beta2 released

2006-02-27 Thread t . koutsovassilis
FileTrack is the first desktop-like web application based on Porcupine Web application server and QuiX. It is a web enabled communication log, keeping track of all your inbound and outbound documents. It supports multiple logs, auto-archiving of older entries and generates simple reports based on m

February Toronto Python User's Group meeting is tomorrow, 7PM at Linux Caffe

2006-02-27 Thread Mike C. Fletcher
I'll be doing a short presentation on my recent work on the StarPy Asterisk Protocols for Twisted. These protocols allow Python programmers to write Asterisk FastAGI and AMI customisation and management scripts in the same process as code running any other Twisted clients/servers. After that w

Dr. Dobb's Python-URL! - weekly Python news and links (Feb 27)

2006-02-27 Thread Cameron Laird
QOTW: "Actually, Python has the distinction of being both a great tool language *and* a great Zen language. That's what makes Python so cool ;-)))" - Ron Stephens "It is probably possible to do the whole thing with a regular expression. It is probably not wise to do so." - John Zenger (among MANY

New Module: CmdLoop - Base class for writing simple interactive command loop environments.

2006-02-27 Thread Crutcher Dunnavant
Code available here: http://littlelanguages.com/web/software/python/modules/cmdloop.py Base class for writing simple interactive command loop environments. CommandLoop provides a base class for writing simple interactive user environments. It is designed around sub-classing, has a simple command