Hamster
Resident Rodent
- Joined
- Aug 22, 2006
- Messages
- 45,954
- Reaction score
- 18,437
Python is great to use in situations where you need a cross-platform application with OS-level functions. It's also very easy to learn and easy to redistribute as you can essentially have a self-contained app that requires no system dependencies besides the user having Python install on their machine.
So in this case why would you use it instead of something like Go (or Rust/whatever). Go is cross platform, has no dependencies and can do everything Python can. This is why I'm saying Python has become irrelevant.
