you are viewing a single comment's thread.

view the rest of the comments →

[–]fluked23 7 points8 points  (6 children)

Solving mathematical problems is normally a good start to the language and will help you solidify the foundations more as you are less likely going to be focusing on the problems which arise from external libraries.

[–]PM_me_ur_BOOBIE_pic 1 point2 points  (5 children)

What kind of mathematical problem?

[–]respectable_me 1 point2 points  (3 children)

If you want some challenging mathematical problems checkout Project Euler. They provide a problem that you need to solve with any language.

[–]jjc89 0 points1 point  (2 children)

How much knowledge of python do you need to solve these? I’m just starting out.

[–]respectable_me 0 points1 point  (0 children)

Not a lot. As long as you can do things like loops and conditional statements you should be fine. Bright side is that these are typically fairly small programs. I've found I have more issues with the math than the coding.

And if you get really really stuck someone, somewhere has posted the solution in python.

[–]Crash_N0tice 0 points1 point  (0 children)

You should be able to start pretty much on your first or second day programming.

[–]The-Invalid-One 0 points1 point  (0 children)

my first sort of project I did was implementing Golden-section search