Changes

m
Text replacement - "\{\{Template: Networking_rutos_manual_fw_disclosure (.*) (.*) (.*) (.*) \}\}" to "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{series}}} | name = {{{name}}} }} }}"
Line 1: Line 1: −
{{Template: Networking_rutos_manual_fw_disclosure
+
{{Template: Networking_device_manual_fw_disclosure
| fw_version ={{Template: Networking_rutos_manual_latest_fw
+
| series = {{{series}}}
 +
| name  = {{{name}}}
 +
| fw_version ={{Template: Networking_device_manual_latest_fw
 
  | series = {{{series}}}
 
  | series = {{{series}}}
 
  | name  = {{{name}}}
 
  | name  = {{{name}}}
 
  }}
 
  }}
 
}}
 
}}
 
+
__TOC__
 
==Summary==
 
==Summary==
    
<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 <b>Python3</b> package has Python version 3.9.7. The list of all modules included in the package can be found bellow.
+
Teltonika <b>Python3</b> package uses Python version <b>3.9.7</b>. The list of all modules included in the package can be found bellow.
 
   
----
 
----
   −
This manual page provides an overview of Python functionality in {{{name}}} devices.
+
This manual page provides an overview of Python3 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>Note:</b> Python is additional software that can be installed from the <b>System → [[{{{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>
   −
==Python Usage==
+
==Python3 Usage==
    
After installing the package a new command will become available in [[Command_Line_Interfaces_RutOS|CLI (Command-line interface)]] which enables the device to invoke Python scripts or program files and allows access to the Python interpreter interface.
 
After installing the package a new command will become available in [[Command_Line_Interfaces_RutOS|CLI (Command-line interface)]] which enables the device to invoke Python scripts or program files and allows access to the Python interpreter interface.
Line 93: Line 94:  
</pre>
 
</pre>
   −
==Python3 modules==
+
==Python3 Modules==
 
<table class="nd-othertables">
 
<table class="nd-othertables">
 
   <tr>
 
   <tr>