Python applications using the Cocoa framework

(c) 2005 Jean Bovet

Introduction

It has been several years that Mac OS X developer were able to create Cocoa application using the Python language. Here is my own experience with a few projects that I have created during the CS 662 class and a little tutorial on how to get started with Xcode, Cocoa and Python.

Projects

All projects require at least Xcode 2.1.

PyRegex

A simple tool for playing with regular expression

AIVacuumWorld

A simple agent-based program

Focused Web Crawler

A simple focused web crawler

Download Mac OS X application

Download generic source code

Comments and suggestions

Send any comments, suggestions or bug reports to jbovet at cs.usfca.edu

Acknowledgments

I would like to thank Prof. Brooks for transmitting his passion of AI and Python (CS 662)!