Reputation: 342
I want to execute a python script in ionic as we execute python script in php Is there any way of doing that?
Upvotes: 1
Views: 825
Reputation: 428
As far as I know, python scripts are not executed in Ionic. By writing python code we can though, access services which are written in Python by writing the API call from 'providers' in ionic.
Upvotes: 1