# Datastreams quickstart Views accept natural inputs and present them through the interface an algorithm needs. The same file view also opens gzip-compressed text transparently from its filename. ```{literalinclude} ../../examples/datastreams_quickstart.py :language: python :lines: 6- ```