SymmetricDS is a server-side synchronization solution that runs regardless of which language is used to access the database. You should still use this to synchronize databases, using the Python libraries to actually query them. I would recommend sqlalchemy as a good query level for a database for Python.
source
share