Examples ======== Distributed sorting ------------------- .. literalinclude:: ../../examples/sorting.py :language: python :linenos: Aggregating NYC taxi data ------------------------- .. literalinclude:: ../../examples/taxi.py :language: python :linenos: Pythagoras theorem using Python operations ------------------------------------------ .. literalinclude:: ../../examples/pythagoras.py :language: python :linenos: