Random thoughts on web and software development, as well as other geek
and non-geek stuff. Brought to you by
Christopher Lenz.
Posts in October 2007
- Python on Leopard
-
October 31, 2007
12:33 AM
- As I haven't seen anyone writing much about the state of Python development on Mac OS X Leopard, here's a quick rundown. Leopard comes with Python 2.5.1 installed (OS X previously came with Python 2.3). And the interactive interpreter is now quite usable out of the box, as it includes the readline stuff you previously had to install by hand.
- in
apple,
python,
trac
- CouchDB "Joins"
-
October 25, 2007
12:34 AM
- I've been playing more and more with CouchDB lately. After putting together a Python library, I worked on a brand new included HTML/AJAX interface. Now I'm starting to dive into the Erlang code, which is my first serious encounter with Erlang. In particular, I started a branch that aims to replace the HTTP server underpinnings with Bob Ippolito´s not-quite-released-yet Mochiweb library.
- in
couchdb,
python,
web development