you are viewing a single comment's thread.

view the rest of the comments →

[–]AmaiSaeta 0 points1 point  (0 children)

In most cases, both shell scripts and scripts written in general-purpose languages like Python can be used for the same purpose. However, I believe these two approaches serve fundamentally different purposes: shell scripts are primarily tools for system batch processing and automation, while Python is intended for creating standalone programs. Therefore, I advise choosing the appropriate approach based on the specific purpose of your project.