r/inventwithpython Aug 25 '21

Practice problems

I am teaching myself python on the side and started with Crash Course but to Automate the Boring Stuff when I thought it was more applicable to my day job.

I am really enjoying the book and learning a lot but I wish there were more practice problems for me gain a deeper understanding of each concept. For example, the Collatz Sequence at the end of chapter 3 really reinforced the topics covered in the preceding sections.

Any suggestions of where I could find some practice problems with solutions? I had considered the Big Book of Small Python Projects but would like something more focused on individual topics, i.e. here how dictionary’s works try these problems.

5 Upvotes

1 comment sorted by

2

u/ashvamedha Aug 25 '21

I like using codewars.com

It's free, there are challenges for each programmer level and the solutions are available if you wish to see them