Python Call a System Command!

2021/02/23 に公開
視聴回数 23,541
0
0
Ever wonder what the best way to send a system command from Python is? Today we answer that question as I go over the Python 'Subprocess' module. With this module, you can call shell commands and interact with system processes.

👨‍💻 Join our Discord Community of DevOps Engineers: https://discord.com/invite/NW98QYW

☕ Buy me a coffee: https://www.buymeacoffee.com/bradmorg

📁 Code Available Here: https://devopslifecycle.com/lessons/19/call-a-system-command-from-python
---
📘 Chapters:
0:00​ Introduction
0:32 Using os.system
1:20 Using the Subprocess module
4:52 Sending command output to a file
5:49 Long running commands.. Use Subprocess.Popen !