Difference between revisions of "Category:Python Scripting"

From Lianjapedia
Jump to: navigation, search
Line 17: Line 17:
 
<span style="height:6px;"> </span>
 
<span style="height:6px;"> </span>
 
</div>
 
</div>
 +
 +
==See Also==
 +
[https://www.lianja.com/community/entry.php?29-HOWTO-Integrate-Python-and-LianjaScript Blog Article: HOWTO Integrate Python and LianjaScript]
  
 
[[Category:Developers Guide]]
 
[[Category:Developers Guide]]

Revision as of 10:47, 27 September 2023

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, Lianja/VFP 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