Web Development on OS X
I'm somewhat less enthusiastic about web development on OS X than I was a few years ago. Specifically, OS X 10.4.3 ships with Apache 1.3 and Python 2.3.5. It would be helpful to have Apache 2.0.recent and Python 2.4.recent. It's possible to upgrade both of these, but if I remember correctly having multiple versions of Python installed on OS X is a general pain in the ass when it comes to compiling extensions.
Update: Compiled and installed Python 2.4.2 from source. Mercilessly repointed the /usr/bin/python symlink to /usr/bin/local/python.
Update: Compiled and installed Python 2.4.2 from source. Mercilessly repointed the /usr/bin/python symlink to /usr/bin/local/python.