Re: [Pyobjc-dev] Learning Cocoa with pyobjc
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2008-02-28 19:59:13
|
Ronald Oussoren wrote: > Objective-C isn't too bad, the object model is close to that of Python. > For GUI programming you mostly don't have to worry about the pointy > bits in C, which makes it pretty easy to get to know enough of > Objective-C to be able to understand sample code. The main thing you'll need to get used to is remembering to put underscores in the right places in the Python versions of Objective-C method names. It feels quite screwy at first... -- Greg |