Changes

m
no edit summary
Line 10: Line 10:  
<b>Python</b> is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
 
<b>Python</b> is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
   −
Teltonika Python3 package has Python version 3.9 and these modules:
+
----
 +
 
 +
This manual page provides an overview of Python functionality in {{{name}}} devices.
 +
 
 +
<b>Note:</b> Python is additional software that can be installed from the <b>Services → [[{{{name}}} Package Manager|Package Manager]]</b> page.
 +
 
 +
<b>Python3</b> package has Python version 3.9 and these modules:
 
<ul>
 
<ul>
 
   <li>cgitb</li>
 
   <li>cgitb</li>
Line 30: Line 36:  
   <li>sqlite3</li>
 
   <li>sqlite3</li>
 
</ul>
 
</ul>
  −
----
  −
  −
This manual page provides an overview of Python3 functionality in {{{name}}} devices.
  −
  −
<b>Note:</b> Python3 is additional software that can be installed from the <b>Services → [[{{{name}}} Package Manager|Package Manager]]</b> page.
      
<span style="color:#d33">'''Disclaimer: before installing Python3 package make sure that the target device has a sufficient amount of free storage space!!!'''</span>
 
<span style="color:#d33">'''Disclaimer: before installing Python3 package make sure that the target device has a sufficient amount of free storage space!!!'''</span>
Line 62: Line 62:  
</pre>
 
</pre>
   −
For more information on how to use Python use the command <b>python --help</b> while in the device's CLI and for how to use its interpreter use the command <b>help()</b> when using the Python interpreter interface.
+
For more information on how to use <b>python</b> command use the command <b>python --help</b> while in the device's CLI and for how to use Python interpreter use the command <b>help()</b> when using the Python interpreter interface.
    
<pre>
 
<pre>