It depends on what you need to do, but the simplest way to access an Oracle 19c database in Python is to use python-oracledb in a thin client mode. You would just give it the host, port number, and service name and connect to the Oracle database over IP. So, you would not need an Oracle client, just python-oracledb.