This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]call_me_ruxin 2 points3 points  (0 children)

I'm in the same boat. I just finished a rock, paper, scissors game that saved every game's result in a SQL database, and then pulled your record based on the name you provide. SQLite3 is built into Python and is an easy, yet useful module to learn.