cancel
Showing results for 
Search instead for 
Did you mean: 

Python Scripting

Python Scripting

EtherNation_Use
Contributor II
Create Date: Apr 26 2013 5:52PM

I was told at one point that EXOS version 15 and higher would allow you to script in the python programming language.
Is that true and if so how can I access the interpreter?

Thanks in advance! (from bw447)
4 REPLIES 4

hisubeuafd
New Contributor

A Python script, the file containing the commands, structured to be executed like a program. These files are designed to contain various functions and import various modules. Python interactive shell or the respective command line is used to execute the script, to perform a specific task. 

The main difference between both is scripting languages don't require any compilation and are directly interpreted. The compiled codes execute faster than the interpreted codes as they are changed in to a native machine program. ... For example, the following hello_world.py is a script: #!/usr/bin/python.

EinarGerlach
New Contributor

Should I start from the very basics or I should refer to something else as I can code in C & C++

StephanH
Valued Contributor III

Hello,

here some basic info to start with python on EXOS:

https://extremeportal.force.com/ExtrArticleDetail?an=000079734

Regards Stephan

Sumit_Tokle
Contributor
yes... its true.
GTM-P2G8KFN