Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Possible Duplicate:
Resource to start with Python quickly?

I am a developer in C for the past ten years were I had been working in embedded systems. I am not at all comfortable with OOPs and event driven programming. I am now learning Python and OOPs and also GUI related stuff . Which python book do you guys recommend ?

share|improve this question
1  
It should be just OOP, and it has no plural. "Oops" is a different thing ;-) – Péter Török Jul 11 '11 at 10:27
See also Resource to start with Python quickly? – Péter Török Jul 11 '11 at 10:29

marked as duplicate by Mark Trapp Dec 6 '11 at 14:56

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 1 down vote accepted

If you're not completely set on just learning from a book, Dive Into Python is a reputable resource that is easy to follow and understand.

Otherwise:

share|improve this answer

A very good book on OOP - though not on Python: Object Oriented Software Construction

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.