Search code examples
pythonuipath

What are example cases in which I should use Python in UiPath?


I am trying to determine why I would have the need to use Python in UiPath vs invoking VB.Net code. If someone could provide specific examples about why using Python would be more beneficial, it would be very much appreciated.


Solution

  • Python has a larger user community than VB.Net, therefore it is more likely to get help with Python in case you need to find out how to do something or have a problem.

    It would be more comfortable if UIPath allowed writing the expressions in Python, but it's not dramatic either. You can always call a thread written in your favorite language and get the results to continue with the UIPath flow. Actually the expressions that one writes in UIPath are not so complex.