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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to