Archive for May, 2007

PIDA loves you

Tuesday, May 1st, 2007

Yet another Python IDE, this one is called PIDA:

PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features.

I still like Komodo, but the PIDA screenshots don’t look horrible.

Building a simple web server in Python

Tuesday, May 1st, 2007

About.com has a decent tutorial on making your own Python web server. Too bad it’s cluttered with ads and split over a bunch of pages. Still, a decent reference.