April 2018
Beginner to intermediate
440 pages
11h 36m
English
To contain the separate components of the application, a specific folder structure is recommended. It will allow for the components to reference each other as needed, while still maintaining independence. Adjustments made to one portion of a component shouldn't require the overhaul of a separated component (at least as much as possible).
The Arena application is contained within a folder called arenaapp:

Inside the arenaapp folder is a script called app.py and a folder called application:

The app.py ...