Basic Development of Cubes and Floes
The elements of Orion development are cubes, floes, and floe packages, all of which can be developed in Python using APIs described in this documentation.
Orion applications are usually managed as packages of Python programs that implement the floes and the cubes used to build them. Packages can be uploaded to Orion and managed within the Orion user interface (Orion UI).
Two additional tutorials are provided to teach the basics of developing a package:
Creating a New Orion Package includes information about building a package with and without use of Docker images.
Tutorial: Creating a Tensorflow package concentrates on Python coding of a more complex example and comments on Orion dependencies and GPU requirements.
If you know the subjects of these basic sections, please see the tutorial covering advanced techniques.