.. role:: cpp(code) :language: c++ .. _Chap:Python: Python Interface ================ The core of AMReX is written in C++. For users who want to write all of their programs in Python, or for C++ application developers who would like to add Python interfaces to their applications for scripting, rapid prototyping, code coupling, and/or AI/ML workflows, many AMReX classes, functions, and data containers are also available. Please see `pyAMReX `__ (`manual `__) for further details.