• 1 Post
  • 3 Comments
Joined 4 months ago
cake
Cake day: March 10th, 2024

help-circle


  • I guess there are many benefits if subprocesses (usually written in C) are replaced with functions (usually wrapping C code). That way, you could run an entire OS scripts via Python, with sensible performance improvements.

    BUT

    Does this tool replace shell commands with python functions? Or does it just call many times subprocesses.run()?