# Markers And Pagination (Python) Demonstrates how to use markers for paginating through ledger data. Quick setup and usage: ```sh python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python pagination-with-markers.py ```