Skip to content

Latest commit

 

History

History
 
 

python-course

Python Scripting

  • How to Run Python in Visual Studio Code on Windows 10 here

  • Python Code Formatting VSCode | Python autoformat VSCode Video here

  • Calling External Commands Using the Subprocess Module here

touch python.py && chmod +x python.py alias v="vim python.py" alias d="> python.py" alias p="python3.9 python.py"

#!/usr/bin/env python3

https://www.golinuxcloud.com/python-subprocess/