Source code as a file format...
Source code as data = json
Data in source code [comments]
- docstring
- TODO comments, pep 350 comments
- PEP 772
- all those "about" dunder fields, e.g. `__author__`
- type annotations
- conditional compilation/pragma is C/C++