I'm using Laravel framework and just experimenting something. Is there a way to use a function from a python script and use it in a PHP script?
By the way, my python script contains multiple functions. And the function I need requires parameters. Do I need to isolate the needed function in another script?
Please help this beginner! Thank you in Advance.