# Python Script Files

## Python Scripts

* It is meant to be a primitive executable file
* It should be self contained

### Using a python interpreter:

```python
#!/usr/bin/env python3
```
