Download this file
1 2 3 4 5 6 7 8 9
<?php require_once("python/python.lib.php"); function phpython($filename) { $code = file_get_contents($filename); python_eval($code); }