Archive for the ‘Python’ Category
Rapid Development Using Python
Tuesday, December 2nd, 2003Rapid Development Using Python
Our interest in Python developed from a prototyping standpoint, but we quickly adopted it as the language of choice for our management interface as well as for ad-hoc prototyping of future concepts. Numerous developers have come up to speed with Python quickly, and they have expressed pleasant surprise at the simplicity of the language and how quickly they are able to fulfill functional requirements with it. Moreover, Python’s robust string and file handling (as well as its built-in types) make it the language of choice for our user interface. We’re quite excited about the potential that Python has given us.
Cheetah
Friday, October 31st, 2003Cheetah is a Python-powered template engine and code generator. It may be used as a standalone utility or combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
Not as cool as Smarty, but then again, what is?
Python + Eclipse
Tuesday, August 12th, 2003PythonEclipse is just at it’s start. So it currently only features an incomplete Python editor, the ability to create launch configurations for Python and to launch Python scripts.