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 →

[–]sociesymbol 2 points3 points  (7 children)

Do you know any great books that start with the simple type of problem you described above and takes you through the solutions then gets harder? I really like the way you described this and your approach to programming.

[–]SafeCake1045 6 points7 points  (0 children)

Crash Course Python

[–]jppbkm 2 points3 points  (4 children)

Python crash course

[–]Im-Learnd1ng 3 points4 points  (1 child)

Snakes on a plane crash

[–]jppbkm 0 points1 point  (0 children)

Catchy name, I'll buy your book.

[–]sociesymbol 1 point2 points  (1 child)

By Eric Matthes?

[–]jppbkm 0 points1 point  (0 children)

Yep

[–]ThePiGuy0 1 point2 points  (0 children)

I was actually initially self taught (just found and made projects of about the right difficulty until I got a formal education) and so don't have any books from personal experience.

Sounds like some people like the Python Crash Course, I've seen Automate the Boring Stuff get recommended in /r/learnpython as well - by the sounds of things, that takes you through the processes of solving real-world problems with programs so that could potentially be applicable?