Python Script Files

Python Scripts

  • It is meant to be a primitive executable file

  • It should be self contained

Using a python interpreter:

#!/usr/bin/env python3

Last updated