2007
Portable Python - your portable development environment
by fredbird & 2 othersPortable Python is a Python® programming language preconfigured to run directly from a portable device, enabling you to have, at any time, portable programming environment. Just download and extract to your portable device and in 10 minutes you are ready to create your next Python® application.
2006
Django | Documentation | Template guide
by fredbird (via)Django's template language is designed to strike a balance between power and ease. It's designed to feel comfortable to those used to working with HTML. If you have any exposure to other text-based template languages, such as Smarty or CheetahTemplate, you should feel right at home with Django's templates.
Templates
A template is simply a text file. It can generate any text-based format (HTML, XML, CSV, etc.).
A template contains variables, which get replaced with values when the template is evaluated, and tags, which control the logic of the template.
TextDrive Shared Hosting Plans
by fredbird & 1 otherOur shared hosting plans represent what we believe to be the best tools for working on the web, with features like PHP5, MySQL 4.1, Ruby, Rails, Lighttpd, Subversion, WebDAV and much more included by default.
2005
RPy (R from Python)
by alcaneRPy is a very simple, yet robust, Python interface to the R Programming Language. This code is inspired by RSPython from the Omegahat project.
Uche Ogbuji's Akara site on XML
by alcaneThis site offers discussion and resources for XML processing in Python, and augments the XML.com Python & XML column.
Akara -- An Akara is a series of notes, links, annotations and sections
PHPTAL :: Template Attribute Language for PHP
by fredbirdPHPTAL is a PHP implementation of ZPT work. To be short, PHPTAL is a XML/XHTML template library for PHP.
While most web developpers continue to use ASP/JSP/PHP tags as the core language of their templates, the Zope community came with a refreshing idea named TAL. The idea was to move presentation actions inside XHTML attributes instead of using plain tags or elements.
1
(21 marks)