I'm learning Python. What should I program?

If you have a personal itch to scratch, it’s probably best to scratch it. You’ll probably be more interested and motivated to program if it’s something you want to accomplish.

However, if you don’t have any ideas, you can try the Python Challenge:

http://www.pythonchallenge.com/

You can also try doing the Ruby Quizzes in Python:

http://www.rubyquiz.com

CATEGORY: tutor

 

Comment:

Games:

  • Guess the number (both ways, you put a number, machine guesses; machine puts number, you guess)
  • Tick tack toe (no gui, of course)
  • Card games (like blackjack, for instance)
  • Hanoi's tower (maybe with auto-solving algorithm)

OO problems: