Hacker News new | ask | show | jobs
by Lutzb 1297 days ago
Somewhere I read a quote that has stuck with me: Python is not the number one language in any aspect, but it is often the second best language.

This sums it up very nicely, I think. Without switching a language I can automate deployments, do machine learning tasks, implement ideas quickly, create backends, interface with most C libs easily and query apis.

1 comments

Yep - I had some issues on the last network I was responsible for which ended up being trivial to solve thanks to Python. In a world without it... there would be a language with the same features and a different name by now. It opens up the world to mediocre programmers.