Case: I wanted to list all the file in a directory
Under Linux, Python3
import subprocess subprocess.call(["ls", "-al"])
Case: How to create a Python Package
It is an advance topic, but I am willing to document it in case I need in the future.
First of all, there is a guide from Hitchhikers I documented it in my Python note with pass word