CodeIgniter Forums
CodeIgniter 5 - With Python Modules ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: CodeIgniter 5 - With Python Modules ? (/showthread.php?tid=74390)



CodeIgniter 5 - With Python Modules ? - shakti - 09-18-2019

I want to say to CodeIgniter Core Team for launching CodeIgniter Version 5 with Python Modules Facility...

below I mentioned some example code ....

<?php
// Codeigneter 5 Launch soon with Python Modules

   namespace App\Cli\Python

   use AI;
   use ML;

     Class AIGames{
        build gameRace();
     }

     Class MLCard{
        build numberplate();
     }
?>