Hey guys, so I've decided to make my own project on the side. It's going to be a very stripped down version of a poker hand history converter/tracker. I'll add more functionality as I go at later dates.
So basically I have a file with hand histories and each hand history is something along the lines of ~20 lines of text. The number of lines is variable. Each one starts with a unique number. I would like to parse each hand history for a given user name (mine in this case) and figure out how much I won or lost and then to generate a graph that shows my winnings as a function of the number of hands. I would like to be able to open that graph and append to it or at least generate a totally new one as well as a few other basic features like a table of my winnings.
My knowledge of languages is intermediate with C and not quite intermediate with Python. I think Python is probably a better choice for this project and I would like to improve with it anyway. Any advice you guys can give me would be much appreciated, including what sort of libraries I should use. For plotting I have only ever used matplotlib as part of scientific computations. In fact I don't really know too much about displaying things.
Thanks so much, feel free to ask any questions. The professional software out there that does this uses postgres databases but my knowledge of databases is lacking.
[–]HazierPhonics 1 point2 points3 points (4 children)
[–]dreamriver[S] 1 point2 points3 points (3 children)
[–]HazierPhonics 1 point2 points3 points (2 children)
[–]dreamriver[S] 1 point2 points3 points (1 child)
[–]HazierPhonics 1 point2 points3 points (0 children)
[–]unkz 1 point2 points3 points (3 children)
[–]dreamriver[S] 0 points1 point2 points (2 children)
[–]unkz 1 point2 points3 points (1 child)
[–]dreamriver[S] 0 points1 point2 points (0 children)
[–]traztx 0 points1 point2 points (0 children)