Re: [Tutor] Help with Object Oriented Programming

2010-08-31 Thread Tino Dai
On Mon, Aug 30, 2010 at 2:26 PM, Serdar Tumgoren tumgor...@washpost.com wrote: I haven't read it yet myself, but the below book just came out: http://www.amazon.com/Python-3-Object-Oriented-Programming/dp/1849511268/ref=cm_cr_pr_sims_t I'm not aware of any other book that focuses exclusively

Re: [Tutor] Help with Object Oriented Programming

2010-08-31 Thread Tino Dai
On Mon, Aug 30, 2010 at 3:21 PM, Alan Gauld alan.ga...@btinternet.com wrote: Tino Dai obe...@gmail.com wrote      I'm beefing up my Object-Oriented Analysis and Design - getting the gaps in my knowledge filled in through the Head First OOAD book I don't know it although I've seen a couple

Re: [Tutor] Help with Object Oriented Programming

2010-08-31 Thread Tino Dai
On Mon, Aug 30, 2010 at 2:59 PM, Knacktus knack...@googlemail.com wrote: You could google for 1) Alex Martelli, Design Patterns He's a Pyton guru and there're some online talks (at Google and some conferences) about DP; a bit difficult to understand, well, he's guru ;-) 2)

Re: [Tutor] Help with Object Oriented Programming

2010-08-31 Thread Albert-Jan Roskam
To: Alan Gauld alan.ga...@btinternet.com Cc: tutor@python.org Sent: Tue, August 31, 2010 3:43:57 PM Subject: Re: [Tutor] Help with Object Oriented Programming On Mon, Aug 30, 2010 at 3:21 PM, Alan Gauld alan.ga...@btinternet.com wrote: Tino Dai obe...@gmail.com wrote I'm beefing up my Object

[Tutor] Help with Object Oriented Programming

2010-08-30 Thread Tino Dai
Hi Everybody, I'm beefing up my Object-Oriented Analysis and Design - getting the gaps in my knowledge filled in through the Head First OOAD book (http://headfirstlabs.com/books/hfooad/). That book focuses on Java - is there a comparable book for Python? I have already read the Alan

Re: [Tutor] Help with Object Oriented Programming

2010-08-30 Thread Serdar Tumgoren
I haven't read it yet myself, but the below book just came out: http://www.amazon.com/Python-3-Object-Oriented-Programming/dp/1849511268/ref=cm_cr_pr_sims_t I'm not aware of any other book that focuses exclusively on OO in Python, though you'll find good intros to the topic in a number of the

Re: [Tutor] Help with Object Oriented Programming

2010-08-30 Thread Knacktus
Am 30.08.2010 20:13, schrieb Tino Dai: Hi Everybody, I'm beefing up my Object-Oriented Analysis and Design - getting the gaps in my knowledge filled in through the Head First OOAD book (http://headfirstlabs.com/books/hfooad/). That book focuses on Java - is there a comparable book for

Re: [Tutor] Help with Object Oriented Programming

2010-08-30 Thread Knacktus
You could google for 1) Alex Martelli, Design Patterns He's a Pyton guru and there're some online talks (at Google and some conferences) about DP; a bit difficult to understand, well, he's guru ;-) 2) http://www.suttoncourtenay.org.uk/duncan/accu/pythonpatterns.html I like that one. Also,

Re: [Tutor] Help with Object Oriented Programming

2010-08-30 Thread Alan Gauld
Tino Dai obe...@gmail.com wrote I'm beefing up my Object-Oriented Analysis and Design - getting the gaps in my knowledge filled in through the Head First OOAD book I don't know it although I've seen a couple of others in the series. My recommendations for general OOAD books are: