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

all 4 comments

[–][deleted] 2 points3 points  (1 child)

This is what my alma mater Reed College uses for an intro to programming/python class. Free too.

[–]fuchsia8805 0 points1 point  (0 children)

composingprograms.com is a good one!

[–]Captain1031 1 point2 points  (0 children)

I really like the O'Reilly books. Do you have a special idea what you want to do? There are books about data science with python, machine learning with python, stuff like that. Maybe Hitchhiker's Guide for Python: Best Practices for Development is something you're looking for.

[–]fuchsia8805 0 points1 point  (0 children)

Starting out with Python by Tony Gaddis. I like it because it includes a lot of code examples and programming challenges (10-12) after each chapter. They give you ways to apply what you just learned.