Implementation of Python in Easy Analytics

Implementation of Python in Easy Analytics

Table of content

Accessing Python

Python scripts can be run by clicking the 'Add data' button on the 'Data Management' page and selecting 'Run Python script'.

Add Data

They can also be run from the Python console.

Python console

To open the Python console, click 'File', 'Options' and 'Show Python console' or press Alt+P.

In the console you can enter commands much like you do in an interactive Python session or in Idle. All output from scripts that you run will also be output to this window.

In the 'Python scripts' window you can add Python scripts by right clicking and selecting 'Add Script' or by draging and dropping scripts in the window. Scripts can then be executed by double clicking them.

Included Python software

Easy Analytics comes with a complete version of Python 3.5.0 including all standard libraries.

If you want to install Python separately on your computer it is recommended that you install the same version (can be downloaded here) for the same platform (x86 or x86-x64) as your Easy Analytics. If Easy Analytics title bar says '32-bit' you need the x86 version, otherwise the x86-x64 version.

Python functionality overview

The functionality that Easy Analytics makes available to Python covers:

The Python functionality is organized like this: