Difference between revisions of "Category:Python Scripting"

From Lianjapedia
Jump to: navigation, search
(See Also)
Line 21: Line 21:
 
[https://www.lianja.com/community/entry.php?29-HOWTO-Integrate-Python-and-LianjaScript Blog Article: HOWTO Integrate Python and LianjaScript]
 
[https://www.lianja.com/community/entry.php?29-HOWTO-Integrate-Python-and-LianjaScript Blog Article: HOWTO Integrate Python and LianjaScript]
  
 +
[https://www.lianja.com/doc/index.php/Python_built-in_Lianja/VFP_functions Python built-in LianjaScript functions]
 
[[Category:Developers Guide]]
 
[[Category:Developers Guide]]

Revision as of 02:50, 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

Python built-in LianjaScript functions