Zen of Python vector data processing

Just for fun. You're tried import this in the Python interpreter, right?

>>> from fiona import this_bis
The Zen of Python Vector Data Processing, by Sean Gillies

Files are just files.
A record that's read stays read.
Objects are good, but data is better.
Record types aren't special enough to break the rules.
Functional programming is a great idea -- let's do more of that!

Source: https://github.com/sgillies/Fiona/blob/981b78ed22677efbb6c918c62574a832b1b50f85/src/fiona/this_bis.py