public marks

PUBLIC MARKS from parmentierf with tags python & logiciel

June 2005

Pexpect - a Pure Python Expect-like module

Pexpect makes Python a better tool for controlling other applications. Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module. The Pexpect interface was designed to be easy to use.

April 2005

AI Alex - a chatbot

(via)
Unlike other bots, Alex doesn't try to mimic a single personality. Every run creates a 'Genuine People Personality' with a different name, appearance, family, tastes in books and films, favourite colour and smell, least favourite colour and smell and different amounts of knowledge about books, films and geography. Every run is a new person!

December 2004

November 2004

October 2004

January 2004

SourceForge.net: Project Info - pyCatalog

pyCatalog is a Python, MySQL, wxPython, Reportlab application specifically usable in library and information centers. It simply produces book catalog and card catalog in pdf format rendered using reportlab. The program takes MARC file as its source data.

Zope.org

by 12 others
Zope enables teams to collaborate in the creation and management of dynamic web-based business applications such as intranets and portals. It makes it easy to build features such as site search, news, personalization, and e-commerce into your web applis.