Question:

I want to convert python code to php?Now,how to go about that?

by  |  earlier

0 LIKES UnLike

I want to convert python code to php?Now,how to go about that?

 Tags:

   Report

1 ANSWERS


  1. I've written a Python extension for PHP. In short, this extensions allows the Python interpretter to be embedded inside of PHP (think of PHP as the parent language with Python as its child). This allows native Python objects to be instantiated and manipulated from within PHP. There is also initial support for accessing PHP functions and data from within the embedded Python environment.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.