Archive for the 'Software' Category

NodeBox

Sunday, February 18th, 2007

I mentioned NodeBox back in June, and since that time it looks like the site got a nice redesign. There are also a few basic tutorials and a gallery of projects.

Behind the scenes with PyCon-Tech

Sunday, February 18th, 2007

Doug Napoleone gives an introduction to the tech behind PyCon in a ShowMeDo screencast:

PyCon-Tech is an initiative started by A. M. Kuchling to create an integrated set of tools for running the PyCon conference. In this introduction we give an overview of the PyCon web site public interfaces (wiki, talk archive, schedule) and the technologies used to implement them (pmwiki, zope, django). The technologies are fully integrated into a (mostly) seamless site.

Definitely not the most exciting video in the world, but it’s kind of interesting to see what goes on behind the scenes to organize such a large conference.

Spoiled by WordPress

Sunday, February 18th, 2007

Over at The NeoSmart Files, they explain how WordPress spoils developers:

…but every single time it boiled down to WP: No matter what the program, audience, or goal, WordPress just did things better. In a nutshell, the blogging market is c.l.o.s.e.d. – as in no more room, and most importantly, no more competition; because let’s face it, whatever you’ve got, it’s just never going to be good enough.

Read the whole thing (and the clarification) to understand that quote in context, but they seem to have a good point. It’s awfully hard to try to build something that can replace WordPress in features, extensibility, and ease of use.

In fact, that’s the main reason I still haven’t switched this site over to something I wrote with Django. Why bother? WordPress does everything I want to do and more, so other than purely as a learning experience (definitely not a bad reason) it just doesn’t seem to be worth the effort.

Or maybe I’m just really lazy…

Komodo Edit 4.0 Released

Saturday, February 17th, 2007

If you are still using the Komodo Edit beta release, it’s time to upgrade:

ActiveState’s free multi-language editor for dynamic languages, Komodo Edit 4.0, was released today. Tens of thousands of users already downloaded the Komodo Edit 4.0 beta announced three weeks ago to positive pre-release reviews.

Here’s the start-up screen:

Komodo Edit 4.0 (final)

The Windows download is about 23MB at 60 KB/s.

Java to Python

Thursday, February 15th, 2007

Convert that ugly Java into beautiful Python with java2python. Heh.

Manipulating media with PyMedia

Thursday, February 15th, 2007

If you need manipulate media files in Python, it looks like PyMedia is one way to go. Supported formats include wav, mp3, ogg, avi, divx, dvd, and others. There’s a tutorial available, and it supposedly work under Windows, Linux and cygwin.

SQLAlchemy presentation slides online

Wednesday, February 14th, 2007

Jonathan did an SQLAlchemy talk at the Utah python user group last Thursday, and was kind enough to put his slides online.

The problem with WSGI middleware

Wednesday, February 14th, 2007

PJE says WSGI middleware is hazardous to your API’s health.

Woofing files over a network

Wednesday, February 14th, 2007

There are lots of ways to share a file or two over a network (e.g. Samba, Apache, etc.), but Woof (Web Offer One File) tries to make it a little easier:

[Woof] assumes that everybody has a web-browser or a commandline web-client installed. Woof is a small simple stupid webserver that can easily be invoked on a single file. Your partner can access the file with tools he trusts…

And it uses INI style config files… which is always a plus IMHO.

Python call graphs

Monday, February 12th, 2007

Make some pretty call graphs with pycallgraph.