It is possible to use Taylor with Python. A generic Python wrapper is being actively worked upon.
The current distribution contains a few python scripts that demonstrate how to use Taylor in a python program. These scripts take the standard taylor input file, constructs some kinds of Taylor solver in C, compile it to a shared library and then generates a runnable python script which uses Ctypes to interface with the shared library.