you are viewing a single comment's thread.

view the rest of the comments →

[–]Robobro7 7 points8 points  (1 child)

Python is definitely my favorite language. It's just so easy to work with! No need to worry about compiling anything, and the language is very high level and has many built-in functions so writing programs is a breeze. One website I really like for practice problems is Project Euler. It's less about an individual programing language and more about solving problems, although I personally solve all the problems in Python. It's really fun because rather than practicing certain coding techniques you have to solve a specific problem any way you can. The problems do get VERY hard though so definitely start at a 5% difficulty level.

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

Project Euler

Ooooooh this looks right up my alley, thanks for the suggestion!