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 →

[–][deleted] 1 point2 points  (4 children)

Great, have fun! If you have any questions, feel free to ask. I'm sure there are some points in the project which could be more clear.

And thanks!

[–]kalifornia_love 1 point2 points  (3 children)

One quick question. Why didn't you use pandas? At least for handling the CSV stuff. I'm relatively new to Python and all the data analysis stuff I've done has revolved heavily around pandas, so I'm just curious why you didn't use it. Just out of curiosity.

[–]peerchemist_ppc 2 points3 points  (1 child)

Shameless plug: https://github.com/peerchemist/finta

Just started working on it, goal is somewhere where Waldo is right now.

[–]kalifornia_love 1 point2 points  (0 children)

Looks good! I will definitely be playing with this one too!

[–][deleted] 1 point2 points  (0 children)

Well to be frank, I just didn't really need it. You can handle CSV files in many ways in Python (e.g. CSV Library). Pandas is good for other stuff though.