Presto access is represented by many Python libraries among those are Dropbox/PyHive, prestosql/presto-python-client, prestodb/presto-python-client, and easydatawarehousing/prestoclient. Mostly of libraries use Python DB-API interface to access Presto which uniforms commands.
Python Access to Presto Cluster with PyHive article describes Dropbox/PyHive library usage.
prestosql/presto-python-client library is …
more ...