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

> Is this just junior devs who never learned it

Seems more like it's fallen out of favor with senior devs who have moved to Go/Rust.



I don’t know anything about go. But Rust is more of a competitor to C and C++, right? It is sort of bizarre if these languages are butting heads with a scripting language like Python.

Python compares fairly well to Bash or JavaScript or whatever, right? (Maybe JavaScript is better, I don’t know anything about it).


Rust has language features (often inspired by functional programming languages) that allow you to write pretty high level code.


I consider this self-inflicted. Pythons Async functionality is … unfortunate.

JavaScript has much more intuitive async syntax, which was actually borrowed from a Python framework.

For whatever reasons, the Python folks decided not to build on what they had, and reinvents things from scratch.


you'd be crazy (senior or not) not to use Go for Go stuff and Python for Python stuff


I use both, with a preference for Go but I feel like I should be doing more Python just to keep it fresh.

It seems like two of the main entries under “Python stuff” are “working with people who only know Python” and “AI/ML because of available packages.”

What are some others?


I mean... to oversimplify a bit, Python is for scripting and Go is for servers.




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

Search: