Python Forum
Helpful exercises - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Helpful exercises (/thread-9101.html)



Helpful exercises - NikonNorm - Mar-21-2018

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.


RE: Helpful exercises - Larz60+ - Mar-21-2018




RE: Helpful exercises - NikonNorm - Mar-21-2018

(Mar-21-2018, 06:09 AM)Larz60+ Wrote:

Thank you!


RE: Helpful exercises - Katerina - Apr-18-2018

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 :)


RE: Helpful exercises - vaison - Apr-18-2018

Maybe this interests you...

http://swcarpentry.github.io/python-novice-gapminder/