Monday, July 25, 2005

Applescript For Python Programmers
Aurélio Marinho Jargas has put together an Applescript For Python Programmers comparison chart.

It's funny - sometimes the elegance of the Applescript code blows away the Python code (for example, some of the list operations), and sometimes I'd rather use the Python (str.capitalize() anyone?)