Tuesday, January 25, 2005

Eclipse as Python IDE

Eclipse is a general purpose IDE, which with PyDev seems to give everything a Python developer might want:
# Code folding
# Refactoring with bicycle repair man.
# Code Completion
# Debugger
and more ...

Saturday, January 22, 2005

Python Idioms and Efficiency Suggestions

Python Idioms and Efficiency Suggestions is a great collection of Python hints and how to make your code better.

Monday, January 17, 2005

5 Free Windows Web Design Apps You Can't Live Without!

5 Free Windows Web Design Apps You Can't Live Without! goes from colour picker through to Firefox, but still very useful.

Monday, January 10, 2005

Python Browser Poseur (PBP)

Python Browser Poseur (PBP) is a very clever program that allows you to write simple scripts to test web sites.

Allows for form entry, checking for output, and so on.

Requires Twisted Python.

Friday, January 07, 2005

Python Servlet Engine

Python Servlet Engine seems to be a very efficient way to run complex scripts for the web. Includes session management, etc. Need to read more about it.