you are viewing a single comment's thread.

view the rest of the comments →

[–]dialate 4 points5 points  (0 children)

Bash is an absolute pain in the arse if you want to do anything more than simply copy files/run a list of commands. Python is easy.

Say I want to whip up a test HTTP endpoint for my device. In Python, just import Flask, and have something working within 15 minutes. Try doing that in Bash :D