.. # Copyright (c) Lawrence Livermore National Security, LLC and other Conduit .. # Project developers. See top-level LICENSE AND COPYRIGHT files for dates and .. # other details. No copyright assignment is required to contribute to Conduit. ====================== Python Tutorial ====================== This short tutorial provides Python examples that demonstrate the Conduit's Core API. Conduit's unit tests (*src/tests/{library_name}/python*) also provide a rich set of examples for Conduit's Core API and additional libraries. Ascent's Tutorial also provides a brief `intro to Conduit basics `_ with C++ and Python examples. .. toctree:: tutorial_python_basics tutorial_python_parse tutorial_python_ownership tutorial_python_move_and_swap tutorial_python_utils