My Python note v1.0

Case: I wanted to list all the file in a directory

Under Linux, Python3

import subprocess
subprocess.call(["ls", "-al"])

Hitchhikers

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

Leave a comment

Your email address will not be published. Required fields are marked *