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:
You can also try doing the Ruby Quizzes in Python:
CATEGORY: tutor
Comment:
Useless Python http://www.uselesspython.com/ is back online. It has some challenges and older programming contests. There's plenty of ideas there.
Posted by infogami
Comment:
Games:
OO problems:
The idea would be to make some problems that are easily solvable by using OOP. Like a system to keep track of trucks, each truck having a specific motor and some attributes, a menu to input more trucks, sorting trucks by some attribute (color, age, motor class, max. weight). We could also make an example solution.
Scripts:
Maths:
Gui Games:
(From an e-mail by Ismael Garrido)
Posted by infogami