Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python and Pandas are absolutely excellent until you notice you need performance. I say write everything in Python with Pandas until you notice something take 20 seconds.

Then rewrite it with a more performant language or cython hooks.

Developing features quickly is greatly aided by nice tools like Python and Pandas. And these tools make it easy to drop into something better when needed.

Eat your cake and have it too!



Yes, there have been times that I have called linux command line utilities from python to process something rather do it in python.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: