public marks

PUBLIC MARKS from parmentierf with tag python

May 2005

ONLamp.com: Test-Driven Development in Python

by 2 others
Test-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code. The resulting unit tests are just an extremely useful by-product.

Python and IRC

In this article, Peyton McCullough explains how to make Python and IRC work together.

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!

March 2005

Suttree; GrokItBot; A PyAIML and Bayesian instant messaging bot.

(via)
GrokItBot is an IM bot that uses Py-TOC, PyAIML and Divmod Reverend to create an AIM bot that makes uses of AIML (Artificial Intelligence Markup Language) to respond to messages, combined with a Bayesian algorithm to provide learning and guessing capabilities.

GRAC: GRAmmar Checker

by 1 other (via)
GRAC est un logiciel libre hébergé par sourceforge qui s’est donné la tâche de constuire un système d’apprentissage capable de corriger un texte au niveau grammaticial. Cepandant, il faut, au départ, lui apprendre à distinguer un texte correct, d’un texte mal construit. Il a été écrit en Python par des français : Maxime BIAIS et Guillaume Ramirez et peut être téléchargé.

December 2004

November 2004

October 2004

September 2004

Ressources Python

by 5 others
Des notes de cours pour apprendre à programmer (en Python)

June 2004

Natural Language Toolkit

(via)
The Natural Language Toolkit is a suite of Python packages and data for natural language processing; it comes with extensive API documentation and tutorials. NLTK-Lite is the version under active development.

Charming Python: Get started with the Natural Language Toolkit

This installment introduces you to the Natural Language Toolkit, a Python library for applying academic linguistic techniques to collections of textual data. Programming that goes by the name "text processing" is a start; other capabilities for syntactic

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.