vote up 15 vote down star
24

Is there a place with little coding projects you can do to hone your skills? Preferably with answers to compare your code to and/or look at if you can't figure it out.

a good example of such a site is http://www.hackthissite.org, which has little web security tutorials to help you learn about vulnerabilities and ways people might hack a (your) website.

For me one of the biggest things when becoming familiar with new modules etc is trying to use them and looking at other people's code. Unfortunately many times there is no sample code in the documentation.

edit: Here's what I've found so far, organized by difficulty...

Absolute Beginner

Moderate Ability

Complex Programming Problems

Havn't found any

flag

6 Answers

vote up 16 vote down check

Python Challenge

Project Euler - when you answer a question, you are able to see and discuss other peoples solutions.

ACM programming challenges

Some python problems focusing on science / math

link|flag
vote up 0 vote down

Thanks for the links.

PS there's no such word as 'addicting'.

link|flag
it is not a forum. please delete this non-answer. – SilentGhost May 13 at 12:57
fixed the spelling error, I think you need a certain rep to post a comment (so he could only express his gratitude as a comment) Anyway thanks Al, I'm glad you liked the post. (you should still delete this "Answer" though because it's not actually an answer ;) – Jim Robert May 13 at 14:30
vote up 1 vote down

Try to solve Google Code Jam problems in python. Small and big input files. Start with practice contest then move on hardest contest, there are really hard problems ;)

link|flag
looks like fun... so does google get to use/keep your solutions at the end? haha – Jim Robert Apr 10 at 17:16
Only if you take part of the competition. Solutions submited in "practice mode" will not be stored :) – Andrea Ambu Apr 10 at 22:25
vote up 1 vote down

Albeit the ICFP Programming Contest is not really for little coding projects, the last problems were always interesting and you can compare your python program to programs in other languages.

link|flag
vote up 4 vote down

I honed my Python skills by participating in PyWeek. It's a competition to make a video game in one week with Python. It's a friendly competition, the people are very helpful, and its a great way to get motivated to learn general, object oriented Python. Many of the entrants code their games in PyGame, a 2D (mostly) game library for Python.
Most of the programmers I've worked with have at some time entertained the idea of making video games, and it's how a lot of us got into the industry to begin with. Python + game programming = fun while learning.

link|flag
vote up 2 vote down

http://osix.net/modules/geek/ is good for random coding challenges you can solve in your language of choise.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.