We have a middle layer in Python to access our PostgreSQL database.
Instead of reinventing the wheel in PHP I would like to use the Python library from within PHP scripts.
Has anybody done that, integrating PHP and Python in any form?
Any suggestion on how to tackle this?
Thanks.