Links ===== Python on the Mac ----------------- * `MacPython`_ - the official home for Python on the Mac. * `pythonmac.org`_ - Mac OS X Python Resources .. _`MacPython`: http://homepages.cwi.nl/~jack/macpython/" .. _`pythonmac.org`: http://pythonmac.org/ .. _`Python`: http://www.python.org/ .. _`Objective-C`: http://developer.apple.com/documentation/Cocoa/Conceptual/OOP_ObjC/Introduction/chapter_1_section_1.html .. _`Mac OS X`: http://www.apple.com/macosx .. _`Darwin`: http://www.opensource.apple.com/ The building blocks ------------------- * `Python`_ - the python interpreter * `Objective-C`_ - the objective-C programming language * `Mac OS X`_ - Apple's commercial Unix OS * `Darwin`_ - open source underpinnings to `Mac OS X` Similar Projects ---------------- * `CamelBones`_ - a Perl<->ObjC bridge * `FScript`_ - a lightweight object-oriented scripting layer designed for OS X * And many more.... hyperjeff.net has put together an `an excellent collection of links!`__ .. __: http://osx.hyperjeff.net/Reference/cocoa.php .. _`FScript`: http://www.fscript.org/ .. _`CamelBones`: http://camelbones.sourceforge.net/