Shawn Murphy
A programming Guru. Systems architect, database designer, programmer, specializing in object-oriented programming techniques and XP Methodology. He's been at it since long before Windows or Macintosh existed. Highly experienced in the design, development and deployment of enterprise-caliber solutions. His son has bad luck with sno-cones.

Linux
The open source operating system that comes in a million flavours to suit your tastes. Linux is robust, mature, flexible, secure and fast. It's free, increasingly popular, and increasingly well-supported. By default, and unless otherwise specified, all projects developed by GiantByte Software would utilize a Linux platform.

Apache
Apache is an open source front-end web server. Fast, extremely flexible, well-supported, and well-loved.

Zope
Zope is an open source application server for building content management systems, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications. Zope is written in Python, a highly-productive, object-oriented scripting language.

Python
Python is an interpreted, interactive, object-oriented programming language. It is freely available and open source. It is often compared to Tcl, Perl, Scheme or Java. Python is portable; it runs on Linux, Unix, Windows and Mac. This means the same python code will port from one platform to another.

Quixote
A package that supports Web application development by Python programmers. Quixote and it's templating language are very small, and are an extension of Python itself. This more compact infrastructure favours rapid and concise development for certain types of projects.

Django
A high-level Python Web framework that encourages rapid development and clean, pragmatic design. Comes with ORM (object-relational-mapper) technology already integrated, and uses a truly potent object-oriented approach. Ideal of certain kinds of CMS (content management systems) and database-backed web applications.