Difference between revisions of "Category:Python Scripting"

From Lianjapedia
Jump to: navigation, search
Line 9: Line 9:
 
Lianja supports a growing number of dynamic scripting languages and Python is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in Python.
 
Lianja supports a growing number of dynamic scripting languages and Python is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in Python.
  
You can integrate JavaScript, Lianja/VFP and PHP code in with the Python code.
+
You can integrate JavaScript, LianjaScript and PHP code in with the Python code.
  
 
<div style="height:80px;margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">
 
<div style="height:80px;margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">

Revision as of 02:19, 4 March 2024

Bm-noteicon.png
Python Support

From Lianja v7.2 Web/Mobile client side code can be written in Python as well as Javascript.

Lianja supports a growing number of dynamic scripting languages and Python is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in Python.

You can integrate JavaScript, LianjaScript and PHP code in with the Python code.

Bm-noteicon.png
Pro Tip

When building Apps each Page, Section and Formitem can use any or a combination of the supported scripting languages.

See Also

Blog Article: HOWTO Integrate Python and LianjaScript