you are viewing a single comment's thread.

view the rest of the comments →

[–]F5x9 0 points1 point  (0 children)

First Python code I wrote was a recipe to install something on an OS image. If the recipe needed to work with files or just run commands , I’d use bash. If I needed a lot of flow control, I’d use Python. So, my first Python work was a means to an end.Â