Is it possible to use python or another language as uipaths framework?

Hello! I’m wondering if its currently possible to use python as a framework in uipath. Basically as a language to replace the .net/vbnet scripting that uipath uses by default. for example in stead of doing var.substing(20) you’d use var[20] (python substring) as the regular way of handling substrings. is this possible in the current build? or any build for that matter?

@aclark

Welcome to forums

Basically UiPath build on top of .net framework, so you have to follow Vb.Net or you can choose C# language

If you want to use Python then you can use Python integration commads where it will execute the python scripts

Hope this may help you

Thanks

1 Like

thank you! so there really is no replacement for the .net framework in uipath outside of c#? I was hoping to leverage my ablity to code in python in regular activates. I’m not familiar with python integration commands do they function like regular activities?

@aclark

You can install python package and can explore

Hope this may help you

Thanks

Ill take a look into it. Thank you!