Tuesday, October 19, 2004

Intelligent Programming Editor / Outliner

Leo is very powerful programming tool, outliner, and a whole bunch more! The Leo Tutorial Slide Show will explain more than I describe.

Specifically, you can import existing Python programs and it will decompose the program into modules you can then share or edit independently.

Sunday, October 17, 2004

Scalable Windows Development Environments?

Scalable Windows Development Environments?

Friday, October 15, 2004

Writing Lean CSS

Writing Lean CSS tips. Mainly comes down to CSS shorthand, but some interesting stuff.

Wednesday, October 13, 2004

Python CGI: Interactive Tutorials

Python CGI Tutorials are available here, including code examples and how to use the FieldSotrage function.

Sunday, October 10, 2004

Windows-based server to test CGI scripts

SimpleServer is a very small yet very easy-to-use web server you can set up on Windows.

Download is only 187K!!

pyparsing -- a class library for text processing

pyparsing is a class library for text processing in Python.

Heven't looked at it in detail but looks very promising.

Monday, October 04, 2004

Python slides from Lutz

Python slides is a good summary how to perform some common Python tasks.

Friday, October 01, 2004

Python Grimoire

A grimoire is a manual of black magic.

Python Grimoire is the basis for a future CommonTasks.py file.