Skip to content

Instantly share code, notes, and snippets.

@gauravbajaj4
gauravbajaj4 / python_scripting.rst
Created May 27, 2017 12:29 — forked from jasonkeene/python_scripting.rst
Get started with writing your own python scripts to automate system tasks.

Python for System Admins / Operators

Installing Python

Most Unix/Linux systems come with python pre-installed:

$ python -V