607
you are viewing a single comment's thread
view the rest of the comments
[-] kogasa@programming.dev 1 points 1 year ago* (last edited 1 year ago)

I can't think of a single reason to use bash over Python. Anything you can do in bash can be done in pure Python. Unless you're working in some embedded environment it's a non-issue to install a Python interpreter (you certainly already have one). I would only use sh/bash for packages I'm distributing to avoid the external dependency, and then only if it's a relatively simple script.

[-] Reborn2966@feddit.it 14 points 1 year ago

i would not run a python script with root.

[-] kogasa@programming.dev 5 points 1 year ago
load more comments (2 replies)
load more comments (17 replies)
this post was submitted on 06 Aug 2023
607 points (97.5% liked)

Programmer Humor

19386 readers
372 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS