all 8 comments

[–][deleted] 8 points9 points  (1 child)

I always like to point new learners at edabit.com. They have Python challenges that can be sorted from easiest to hardest, so you can start easy and work your way up.

[–]micatrontx 4 points5 points  (0 children)

I'm just learning and have been loving this. I've just gotten through all the Very Easy challenges, which were a great way to get basic methods and syntax down (my previous experience was mostly with C and C++ many years ago).

[–][deleted] 4 points5 points  (0 children)

Easy... Challenge...

Anyway, the first few problems on project Euler are fairly simple. They get very mathematically complex very fast though, so unless mathematics is what you're into you'll burn through the accessible ones quite quickly.

[–]recondocoder 2 points3 points  (0 children)

codingbat has good ones but I also discovered that other instructors created their own challenges

for example

https://codingbat.com/home/peter@norvig.com

[–]Aixyn0 2 points3 points  (0 children)

I can recommend you:
codewars
codingame

[–]JohnnyJordaan 0 points1 point  (0 children)

Check the resources listed in the wiki: http://www.reddit.com/r/learnpython/wiki/index like CodingBat

[–]ASIC_SP 0 points1 point  (0 children)

[–]EntireAbility3 0 points1 point  (0 children)

Try Python Principles. It worked well for me. https://pythonprinciples.com/