we have a team for Python developer Project done: Description A script which takes a bunch of medical articles (.doc files with different formatting), parses them and creates a Palm/PocketPC medical database of diseases. The conversion is done with the following chain: . doc - text - ( a powerful filter which uses regexp and external parser, built with lex and yacc) - XML - PDB (Palm database). Every article in the database links to several other articles, the result looks like HTML site with cross-links. Python, C Role: Project Architect, Developer