Garry
Garry

Reputation: 342

How to execute python script in ionic framework similarly it execute in a php file

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

Answers (1)

NightOwl19
NightOwl19

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

Related Questions