|
|
|
|
|
by jlarocco
344 days ago
|
|
I don't understand the Python hate. What would they use instead? Python is installed on most systems and easy to install when it's not. Only Azure is dumb enough to bundle it, and that was a complaint in the bug - there's no good reason to do so in this day and age. The performance bottle neck in all three is usually the network communication - have you seen cases where the Python CLI app itself was using 100% of a CPU and slowing things down? I personally haven't. Looking at the crazy way Azure packaged their CLI, it's hard to believe they weren't making it bloated on purpose. |
|
Not on Windows.
And which Python are you talking about? I mean, Python3 is forward compatible but you SoL if you have the bad luck of having an older interpreter installed and you want to run a script which uses a new construct.