Tutorial =================== In this tuturial, we will implement and use a simple toy model from scratch, learning about most of the essential features of copan\:CORE. The model we will implement is a version of the copan\:EXPLOIT model described in `Wiedermann et al. (2015) `_. Preliminaries: - You should have experience with Python 3 - You should have a basic understanding of object-oriented programming (classes vs. objects, methods vs. functions, ...) Start here: :doc:`overview` Contents: .. toctree:: :maxdepth: 2 overview first_component second_component third_component model study test exercises