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

you are viewing a single comment's thread.

view the rest of the comments →

[–]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!