python

And now for something completely different…PyObjC Talk at C4

PyObjC combines Cocoa, the greatest set of programming frameworks ever, with the flexibility and power of Python.

These are the slides, with notes, from a Blitz Talk I gave at C4[3].

Backwards compatible PyObjC development on Leopard

I'm working on a few programs using PyObjC. Some of the neat cool stuff will be Leopard-only, but there are some utility programs that I'd like to have working on Tiger as well.

It'd be nice to do all the development with Leopard running.

Quartz Event Services for interrupting an Embedded Python

I've always thought that Emacs was an interesting editor (development platform?) since it is extensible in the same programming language it's written in: Emacs-Lisp. Not only that, but you can extend it at runtime, right while you're using it.

I've wondered: What if the same thing could be done with a Python program on OS X. You could even start with a minimal program, and add functionality to it while running it, saving the intermediate results to disk so that the next time you start the program, you start up with all the state and functionality that was there before.

At the very least, it'd be nice to have a robust Python interpreter running concurrently and inside of the program under consideration.

Syndicate content