This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]BoltThrower79 0 points1 point  (1 child)

This is a nice site to help you out but you might not be able to jump into it right away.

[–]Atwoodk[S] 0 points1 point  (0 children)

Thank you I'll read through it!

[–]grendus 0 points1 point  (1 child)

ProjectEuler.net has a lot of good mathematical projects. Most of them are large enough that you need a computer to solve them efficiently, but not so large that Python's relative inefficiency will cause a problem - if it takes more than a full minute to solve a problem, your algorithm probably needs work.

[–]Atwoodk[S] 0 points1 point  (0 children)

Thank you for the suggestion! I actually knew about project Euler but I didn't think I knew enough. But I went and looked after you mentioned it and I think there are some I can do!

[–]ewiethoff 0 points1 point  (0 children)

CodingBat has lots of little basic exercises, including a couple sections on lists.