Open Source In The News

The Open Source Enterprise article in the November 15th InformationWeek is quite cool. Here's the "wow" quote for me.

Another way that open source code meets current needs is through lighter-weight integration than commercial vendors typically offer. By definition, open source code adheres to publicly approved standards. That means open …
more ...

My Bias is Showing

Why Python, indeed?

"It's clear that you find it easier and quicker to use Python, and that's fine. It's often quickest for people to use the tools that they know best."

As they say on Fark.com, "This".

However, the Python advantage doesn't stem from knowing Python better than Java …

more ...

Something Else I Invented

Recently , I found out that my HTML parser was only a mere shadow Beautiful Soup . I invented what is -- essentially -- a similar core structure. I didn't carry it to the same level of completion. From what little research I've done, my invention predates Beautiful Soup.

It's one of those "collective …

more ...



Django Project, Application and Database Naming

When you start fresh (as I sometimes do), you create a Django project into which you create your first application. You use django-admin.py to spin up a project directory, and from in side there, use manage.py to create an application boilerplate.

The Django folks are very clear on …

more ...

PyCon 2007 (Revised)

Things I learned at PyCon 2007 .

  1. In the Open Source community, men outnumber women 571 : 22. I guess that's why I'm married to a sysadmin instead of a programmer.
  2. While I already knew that programming was literature, I never really connected it with Rhetoric until hearing R0ml's keynote. If programming …
more ...

My open source projects

Why Python? Stay tuned. Why Zope? More to come.

HTML Parse Tree and related material - needs a proper Python install script.

PyWeb - needs some updates and a proper install script.

Additional projects:

Random Number Test Algorithms, plus an implementation of some higher-order math functions for developing chi-squared test values. There …

more ...