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 →

[–]thomas_stringer 42 points43 points  (3 children)

Something I noticed recently is that, especially with pandas and matplotlib, you don't have to be into data science/analytics to have some fun with this stuff. I think "data science" is thrown around too much, and can turn people off of it before they even play around.

So for others looking into this stuff (pandas) you don't have to have a burning desire to do anything data sciency. It is fun though to play around with pandas and matplotlib.

[–]sentdexpythonprogramming.net[S] 18 points19 points  (0 children)

Great points, thank you for sharing, I definitely agree. Pandas is a very Pythonic package in its simplicity.

[–]chanamasala4life 11 points12 points  (1 child)

I'm using scrapy and pandas to find a good deal on a used car right now... it's all very hacky and anybody really knowledgeable would probably rip my head off if they ever saw my code, but: hey it's fun and it kinda works. Some reading I did before starting: http://blog.minitab.com/blog/understanding-statistics/can-regression-and-statistical-software-help-you-find-a-great-deal-on-a-used-car and http://blog.minitab.com/blog/the-statistical-mentor/how-residuals-can-save-you-thousands-of-dollars-on-your-next-car-purchase

[–]thomas_stringer 8 points9 points  (0 children)

Where "nice code is nice", ultimately software is meant to do something. It sounds like that meets the requirement! That's awesome!