Bob Ippolito has developed a tool for the simple creation of Python-based OS X applications to the point where it compiles its first Python application. The advantage of his method: no compiler is needed and you work entirely in Python - for small tools certainly useful, since the development environment is often simply overkill for that purpose.

Here is the original article.