Re: [Pythonmac-SIG] book recommendation

2005-11-15 Thread Paul Berkowitz
On 11/15/05 4:16 PM, "David Reed" <[EMAIL PROTECTED]> wrote: >> [1] Aaron Hillegass, Cocoa Programming for OS X, ISBN: 0321213149 >> [2] Garfinkel and Mahoney, Building Cocoa Applications: A Step by >> Step Guide, ISBN: 0596002351 >> [3] Scott Anguish, et al., Cocoa Programming, ISBN: 0672322307 >

Re: [Pythonmac-SIG] book recommendation

2005-11-15 Thread David Reed
On Nov 15, 2005, at 4:50 PM, Dethe Elza wrote: Hi David, While no one book covers all of Cocoa, going through a book can help give you a "feel" for how Cocoa programs come together. I've often caught myself making things *way* more difficult than they need to be before I discovered the

Re: [Pythonmac-SIG] book recommendation

2005-11-15 Thread Dethe Elza
Hi David, While no one book covers all of Cocoa, going through a book can help give you a "feel" for how Cocoa programs come together. I've often caught myself making things *way* more difficult than they need to be before I discovered the Coccoa Way To Do It. I'm still learning the Coco

Re: [Pythonmac-SIG] book recommendation

2005-11-15 Thread Jack Nutting
On 11/15/05, Paul Davis <[EMAIL PROTECTED]> wrote: Not that my opinion has much weight on this matter, but I also recentlystarted playing with PyObjC and Cocoa.  I really noticed that the APIdocumentation that apple provides is extremely hard to navigate.  Mybuddy told me that there are programs to

Re: [Pythonmac-SIG] book recommendation

2005-11-15 Thread Jack Nutting
On 11/15/05, Dave Reed <[EMAIL PROTECTED]> wrote: I've an experienced Python programmer on Linux - I've mainly used gtkand glade for interfaces and now I'm slowly trying to get startedwith Cocoa apps on X-Code.I've got the CurrencyConverter example working in Python and I did the HelloWorld example

[Pythonmac-SIG] book recommendation

2005-11-14 Thread Dave Reed
I've an experienced Python programmer on Linux - I've mainly used gtk and glade for interfaces and now I'm slowly trying to get started with Cocoa apps on X-Code. I've got the CurrencyConverter example working in Python and I did the HelloWorld example in "The Mac XCode 2 Book" by Cohen and

Re: [Pythonmac-SIG] book recommendation

2005-11-14 Thread Bob Ippolito
On Nov 14, 2005, at 5:42 PM, David Reed wrote: > I've an experienced Python programmer on Linux - I've mainly used > gtk and glade for interfaces and now I'm slowly trying to get > started with Cocoa apps on X-Code. > > I've got the CurrencyConverter example working in Python and I did > th

[Pythonmac-SIG] book recommendation

2005-11-14 Thread David Reed
I've an experienced Python programmer on Linux - I've mainly used gtk and glade for interfaces and now I'm slowly trying to get started with Cocoa apps on X-Code. I've got the CurrencyConverter example working in Python and I did the HelloWorld example in "The Mac XCode 2 Book" by Cohen and