Categories
Python

BoboMail Web-based Email Email Systems Scripts & Programs Python

BoboMail BoboMail is a webmail application, which provides mail access through a web interface. Features include: read, write, reply, forward and delete messages; send and receive attachments; decodes quoted-printable, base64 and uuencoded; handles HTML-mails properly (with inline images!); does not need Javascript; direct support for various MIME types; works with POP3-servers or spool-files (no need for IMAP4); easy to modify and customize through HTML-templates; modular design provides easy interface for other authentication methods and mail protocols; and provides optionally its own fast multithreading webserver (BoboMailHTTPD); multi-lingual support (i18n) – currently English and German.

Categories
Python

The Python Intelligent MP3 Player Audio Systems Scripts & Programs Python

The Python Intelligent MP3 Player Pimp3 is an intelligent mp3 player written in Python. It allows the user to rate his or her mp3s, and the mp3s with rated highest are played more often.

Categories
Python

Merchant Empires Games & Entertainment Scripts & Programs Python

Merchant Empires Merchant Empires is a PHP/Python/PostgreSQL-based multiplayer, web-based game of space exploration and economic competition. It is a game of strategy, role-playing, combat, and diplomacy. Merchant Empires is loosely based on both Trade Wars and Space Merchant.

Categories
Python

Zope Content Management Scripts & Programs Python

Zope Zope is a unique software system: a high-performance application server, a web server, and a content management system. Straight out of the box, it is a complete and self-contained solution, that includes a robust, scalable object database, web services architecture, and powerful programming capabilities.

Categories
Python

Spyce Development Tools Scripts & Programs Python

Spyce SPYCE is a webserver plugin that supports simple and efficient Python-based dynamic HTML scripting. Those who like Python and are familiar with JSP, or PHP, or ASP, should have a look at this engine. It allows one to generate dynamic HTML content just as easily, using Python for the dynamic parts. Its modular design makes it very flexible and extensible.

Categories
Python

Gypsy Mail Form Processors Scripts & Programs Python

Gypsy Mail Gypsy Mail is a Python clone of the well-known cgiemail script, with added features and flexibility. This script allows you to set up an HTML form on your website, to collect information from your site’s visitors, and send a very nicely formatted e-mail to yourself, or possibly other e-mail addresses. Also includes redirection to your own URL for a custom success page.

Categories
Python

MoinMoin Content Management Scripts & Programs Python

MoinMoin MoinMoin is a Python WikiClone, based on PikiPiki. The name MoinMoin is a common German slang expression, “Moin” meaning “Good Morning”, and “MoinMoin” being an emphasis, i.e. “A Very Good Morning”. The name was obviously choosen for its WikiWikiNess.

Categories
Python

Palabre – Flash Xml Multiuser Socket Server Software Python

Palabre – Flash Xml Multiuser Socket Server Palabre is a python socket server for flash multiuser applications. You can have a nickname, create rooms, sub rooms, games, chat applications, …

Categories
Python

Intro to PYX XML & Python Tutorials & Tips Python

Intro to PYX XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents — and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.

Categories
Python

Charming Python: Parsing with the SimpleParse module Miscellaneous Tutorials & Tips Python

Charming Python: Parsing with the SimpleParse module Many parsing tools have been written for Python. This column discusses a high-level parsing language built on top of Python. SimpleParse provides an EBNF-style syntax on top of mxTextTools that can greatly clarify the expression of grammars.