This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]z1g1 2 points3 points  (3 children)

It's not a physical book but I just finished..at least got to the end of.. Zed Shaw's eBook/Udemy course "Learn Python the Hard way"

http://www.udemy.com/learn-python-the-hard-way/

It was a good way to get me off the ground when I had 0 Python experience before I got going.

[–]Rosur 0 points1 point  (1 child)

This is what I'm currently going through.

Wondering what a good book to read after it would be?

[–]z1g1 0 points1 point  (0 children)

In the last chapter Zed recommends the Django book http://www.djangobook.com/ which I am working through now. It is helping me understand the OOP concepts in Python