537
Views
2
Comments
Solved
There is any python module, that can work with outsystems?

There is any python module to use machine learning with outsystem?

2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi  ANDERSON ISMAEL DA SILVA OLIVEIRA,

Integrating Python  output with Outsystems :
https://www.outsystems.com/forums/discussion/76788/integrating-python-output-with-outsystems/

OutSystems runs is a .NET C#/ASPX. 

If you really need to use a Python library from your application.

please check this link..

https://www.outsystems.com/forums/discussion/56026/how-to-use-phyton-liberary-for-ai-face-detection/


Thanks,

Ramesh


2019-07-30 00-42-44
Kevin VanderWulp

The easiest way to use Python with OutSystems would be to write Python REST API microservices and ingest them in your OutSystems projects via the REST integration tools.

If you are looking to run Python code directly in the platform, you would need to use something like IronPython or Python.NET and write an OutSystems extension that would execute the python scripts inside of a .NET DLL

There is a TensorFlow module, but I'm not sure if it's executing Python or uses pure .NET libraries.

2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi  ANDERSON ISMAEL DA SILVA OLIVEIRA,

Integrating Python  output with Outsystems :
https://www.outsystems.com/forums/discussion/76788/integrating-python-output-with-outsystems/

OutSystems runs is a .NET C#/ASPX. 

If you really need to use a Python library from your application.

please check this link..

https://www.outsystems.com/forums/discussion/56026/how-to-use-phyton-liberary-for-ai-face-detection/


Thanks,

Ramesh


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.