======== Tutorial ======== A tutorial for event sourcing in Python. This tutorial shows how to write an event-sourced application in Python. It expands and explains the :ref:`Synopsis `. It prepares new users of the library for reading the :doc:`Modules ` documentation. .. toctree:: :maxdepth: 2 tutorial/part1 tutorial/part2 tutorial/part3 tutorial/part4 tutorial/part5