Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLuka Sarich
13,204 PointsAnybody have any good websites that give good Python challenges so I can solidify what I learn on Treehouse?!
I wanted to know of any good free to use websites that give reasonable coding challenges for Python?
2 Answers
Brandon Evans
8,154 PointsHey Luka!
Have you heard of Code Wars? : https://www.codewars.com/
I'm definitely a fan of Code Wars.
If you enjoy the math side a bit more, you could check out Project Euler. : https://projecteuler.net/
Those are just my two favorites!
varlevi
8,113 PointsYou can also check out this: https://www.w3schools.com/python/exercise.asp from w3school, a reputable programming reference website. I tried out their HTML, CSS, and JavaScript exercises, and all of them were great.
Brandon Evans
8,154 Pointsditto!
Luka Sarich
13,204 PointsLuka Sarich
13,204 PointsThanks for the recommendations Brandon Evans !!! I'll check them out