.. _examples: Examples ======== Python Docs ----------- There are many useful notebooks embedded in the user guide and API docs: * `Getting started <../user/getting-started.html>`_ in the user guide. * :ref:`Putting things together ` at the end of the user guide. * DP-sum in :ref:`chaining` (user guide) * count in :class:`opendp.mod.Transformation` (API docs) * DP-mean in :class:`opendp.mod.Measurement` (API docs) .. _notebooks: Python Notebooks ---------------- .. toctree:: pums-data-analysis attacks/index unknown-dataset-size histograms Rust Examples ------------- See the `OpenDP Rust documentation `_ for examples on how to use the Rust API. The Rust API is nearly identical to the Python API, except that explicit type arguments in the Python API are generics. There is also a `tiny demo crate `_ for wiring up your own FFI language bindings. Applications ------------ DPCreator, a part of the :ref:`opendp-commons`, is based on the OpenDP library. Please :ref:`let us know ` if you are building applications with the library.