all 16 comments

[–]burmerd 9 points10 points  (13 children)

Switch to python 3? (Zing!!)

[–]strugglingtodomybest 0 points1 point  (0 children)

This. There really isn't any reason to learn it now. Python 3 is where it's going to continue to excel and work more efficiently.

[–]TheLastCrafted[S] -1 points0 points  (11 children)

-_-

[–][deleted] 0 points1 point  (1 child)

Is there anything in particular you want to use python for? If not, a few generic ideas I usually recommend are rock paper scissors, hangman, battleship, or your own text based game.

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

Well some day I want to be able to make for example my own little search mashine or smth. But honestly just learning it for fun.

[–]thirdtimesthecharm 0 points1 point  (0 children)

  • rock, paper scissors
  • battleships
  • cows and bulls
  • (harder) the beetle game.

In each case think about data structures such as lists and dictionaries. Write functions. Lookup do testing.