A few years ago I picked up a book on Python and eventually made it around to writing a small game where you guessed a number between 1 and 100, and the game would hint you toward the correct number and track the number of guesses you made. Example: the game randomly picks 48, and you choose 67 as your first number. The game says "Lower...", and you pick 20. The game says "Higher...", and so on until you get the number. Your score is based on the number of guesses it takes you (with lower being better).
Long story short, I've completely forgotten everything in the past few years and now that Python 3 is out, I'm just starting over fresh. Does anyone on the forums program in Python? If so, I'd love to hear about some simple project ideas to get me motivated (TF2 metal calculator?) or resources.
I was making my way through Codecademy until the interpreter stopped working for me and everyone else on the planet. I've moved on to this:
http://www.openbookproject.net/thinkcs/python/english2e/
Going to dig up my books soon.
Long story short, I've completely forgotten everything in the past few years and now that Python 3 is out, I'm just starting over fresh. Does anyone on the forums program in Python? If so, I'd love to hear about some simple project ideas to get me motivated (TF2 metal calculator?) or resources.
I was making my way through Codecademy until the interpreter stopped working for me and everyone else on the planet. I've moved on to this:
http://www.openbookproject.net/thinkcs/python/english2e/
Going to dig up my books soon.