.. _python_tutorial: About Python ============ Below is a tutorial with the basics of Python you need to know to use oTree. The easiest way to run this file is in IDLE (which is usually bundled in the Python installation). There are many other good python tutorials online, but note that some of the material covered in those tutorials is not necessary for oTree programming specifically. Tutorial file ------------- A downloadable version is :download:`here <_static/otree_python.py>`. .. literalinclude:: _static/otree_python.py **Credits**: This page's tutorial is adapted from `Learn Python in Y Minutes `__, and is released under the same `license `__.