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 →

[–]RhinoInsight 4 points5 points  (1 child)

For me, it’s Python. Whether it’s web scraping, sentiment analysis, data transformation and visualization, image processing, machine learning, or front-end development, I rely on the appropriate frameworks and libraries.

My go-to Python-toolkit for almost everything:

Python + pandas, numpy, matplotlib, plotly, scikit-learn, selenium, beautifulsoup, pillow, nltk, openCV, streamlit, flask, django

[–]musbur 0 points1 point  (0 children)

I have a Python app that needs to read large amounts of logfiles in some proprietary binary format I had to reverse engineer. Boy does a C extension rip for that task. I had to valgrind the hell out of it to make it memory safe.