Monday

###Why you should care

Shortcuts

Version Control

Wednesday

Shebangs

A shebang is a special code at the beginning of a script to tell the shell to run it as a scripot for a particular language.

Comes from Sharp(#) + Bang(!)

Syntax

Portability

Above commands work on Linux and Mac. To allow use on Windows:

This looks for the interpreter in the PATH

Shell from inside Python

Everything you can do in the shell you can do using Python. The two key modules for doing so are:

Friday

SSH

Background Jobs