Re: [Pyobjc-dev] Re: FYI: Open Source Scripting Layer For Cocoa
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-06-09 21:48:37
|
On Monday, Jun 9, 2003, at 16:44 America/New_York, bb...@ma... wrote: >>> Any other ideas for something that is much simpler in Python than in >>> ObjC? > > XML-RPC and similar. > > XML processing is often easier in Python. > > File parsing/grepping/filtering. > > Image manipulation via something like PIL. > > Subprocess/task control -- someone ought to wrap pexpect into a > Cocoa/Python app that would produce droplets or something. Networking code. Numerical code (Numpy). Anything that uses lists (list comprehensions, slices, etc). |