Python Forum

Full Version: Helpful exercises
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm curious if anyone knows of any site or book or whatever that gives you "exercises", ideas of problems that can be solved with a computer program written in python.

Somewhere beginners can go to get ideas of to work on. Exercises in books are great and all, but most seem to not have any real life use, for the most part. Or they're just to generic to even see what you can really do with that. I'm looking for prompts that give you ideas on real life problems, easier to progressively harder.
If you are really interested in practicing and improving your coding skills by solving tasks in Python, then there is a great service that can help you with that called CheckiO - https://py.checkio.org/

There are a lot of exciting and fun tasks you may enjoy. It’s worth checking out :)