> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/programming/courses/python-pcap-31-03-course/modules-packages-and-oop/python-script-files.md).

# 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
```
