Mendix for Python script development

0
Hello Everyone, Am pretty new to Mendix, wanted to understand if it is possible to develop Python scripts in Mendix, if yes, how.   Thanks a lot in advance.   Warm Regards
asked
1 answers
1

Hi,

Vineeth K

There is no direct option for this but you can create some custom java like this:https://docs.mendix.com/howto8/logic-business-rules/extending-your-application-with-custom-java/ and call the python script from java like described here:

https://www.baeldung.com/java-working-with-python

answered