DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Python as it has never failed to amaze me on the number of things you can do with it from data science, IoT to microservices.

Collapse
 
janmpeterka profile image
Jan Peterka

Agree on that.

I have a newfound love for Ruby because of its elegance and beauty.
But Python is so amazingly multipurpose (which is mainly because of its big user base and great packages), it's extremely convenient to at least prototype new idea in Python.
Is it webapp? Is it script to rename all my movie files? Is it IoT idea (on Pi)? Scraper? Or looking into some data in Jupyter? Well, Python is a way to go!