Menu

phpython

Francesco Bianco
There is a newer version of this page. You can find it here.

phpython

Only two steps to change your mind

  1. create a simple php file and require the phpython lib
  2. create a simple python file it is smart imported
:::php
<?php
## file: index.php

require_once 'phpython/phpython.php';

phpython::import('demo.py');

.
.
.

:::python
## demo.py

print "Hello World"

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.