[BangPypers] Object Oriented Python - Advice on books
Noufal Ibrahim
noufal at gmail.com
Wed Dec 1 10:41:43 CET 2010
On Wed, Dec 01 2010, Jins Thomas wrote:
> Hi all,
>
> Would somebody advise some good beginner level books on Python, where
> Object Oriented concepts are also being discussed.
>
> May be because I haven't used much of the OO concepts, I'm feeling a bit
> difficulty in understanding this. Getting a feel like most of the python
> books deal like reader has already some conceptual understanding on Object
> Oriented Concepts.
[...]
One bit of advice when approaching OO is to stay *away* from C++. It's
syntax heavy, baroque style of doing things totally confuses
people. Experience with Python cleaned up a lot of the brain damage I
inflicted on myself with C++.
Apart from that, Going through the official tutorial was what got me
started.
--
~noufal
http://nibrahim.net.in
More information about the BangPypers
mailing list