▲ | GoblinSlayer a day ago | |||||||
When you use many languages, don't you become a jack of all trades, master of none? Also it's not obvious python is good for scripting, bash is better at short scripts, statically typed languages are better at long scripts, and you can't use it in CI yaml scripts. Python is more famous for data science and AI, not for scripting. | ||||||||
▲ | dataflow a day ago | parent | next [-] | |||||||
I used "scripting" loosely (Python source files are frequently called Python scripts), I wasn't referring to shell scripts specifically. Feel free to pretend I said Bash or data science or whatever you want. Re: your first sentence: I neither understand the logic nor do I understand how insulting the developer is going to help D succeed here even if the logic was sound. | ||||||||
| ||||||||
▲ | bravetraveler a day ago | parent | prev [-] | |||||||
Python is useful for scripts that go beyond strings. For instance: making a series of API calls, parsing/processing/mutating. That's not data science or AI; "more famous" -- ridiculous distinction. Fun fact: Ansible is orchestrated Python. Half your Linux distribution of choice is a pile of Python scripts. It's everywhere. |