Re: [Tutor] Old School

2008-04-11 Thread Kent Johnson
Dinesh B Vadhia wrote: > I belong to the Old School where getting my head around OO is just one > big pain. > I write software by modularization executed as a set of > functions - and it works (some call this functional programming!). Some are wrong. That style of programming is correctly cal

Re: [Tutor] Old School

2008-04-11 Thread Tim Golden
Dinesh B Vadhia wrote: > I belong to the Old School where getting my head around OO is just one big > pain. > I write software by modularization executed as a set of functions - > and it works The great thing about Python is that you can use Classes if you want, or not if you don't. I use them

Re: [Tutor] Old School

2008-04-11 Thread Kent Johnson
Dinesh B Vadhia wrote: > I belong to the Old School where getting my head around OO is just one > big pain. I write software by modularization executed as a set of > functions - and it works (some call this functional programming!). > Whenever I review Python books (eg. Lutz's excellent Progra

[Tutor] Old School

2008-04-11 Thread Dinesh B Vadhia
I belong to the Old School where getting my head around OO is just one big pain. I write software by modularization executed as a set of functions - and it works (some call this functional programming!). Whenever I review Python books (eg. Lutz's excellent Programming Python, 3ed) the code is