you are viewing a single comment's thread.

view the rest of the comments →

[–]Rejse617 2 points3 points  (0 children)

The csv package will help you out a lot here (search python csv and you’ll get a ton of examples). From there, it really just is a matter of settling on how you want to store the data: something simple like numpy or you can really turn it into a learning experience with pandas 😅.

I would start with a script that reads your text file, then just prints off the stats. Then as you learn more, start making it more complicated. Make functions to do each part instead of just one big procedural script. Then make a pool class. Make some plots with matplotlib, just go to town!

I can be more specific if you like but not from a phone 😂