Hi there i am new at OOP and i want learn about it.
I start with the book how to think like a computer scientist
but at the ending chapters i get lost ....

Can some one advice me a good book that covers OOP ?with good examples,diagrams e.t.c.

Recommended Answers

All 3 Replies

I have two Python books and they are great. If you are just starting out then i recommend getting Learning Python by Mark Lutz and published by O'Reilly.
Another book which is probably the most useful for every Python programmer and has everything is Programming Python by the same author.

"Dive Into Python" Mark Pilgrim's Free online book, novice to pro, is updated constantly, and has been rewritten for Python3 (check appendix A for Py2-to-Py3 differences), see:
http://diveintopython3.org/

OOP has changed a bit with the introduction of Python3.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.