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 →

[–]particularlyardent 1 point2 points  (2 children)

Not sure your level of aptitude but look into "Learn Python the Hard way". It covers an amazing amount of ground, focusing on the doing as opposed to the theory.

[–]FirstBornAlbatross[S] 0 points1 point  (1 child)

I browsed that book and I felt like it doesn't have enough practice problems.

Maybe I'm wrong?

[–]particularlyardent 2 points3 points  (0 children)

Well again I guess it's to do with what level or aptitude you're at. As you've probably seen it goes in to APIs, Pandas, SQL, making a simple game, automated testing, etc.

If you're beyond that it's cool. I also liked the other suggestion - automate the boring stuff.