As far as I understand, the suggested way to interact with GCP using python is to use the google-cloud-python client.
So far I have not been able to initialize or even import such a client in my project and was not able to find any documentation about it.
Can anyone help me figure out the import and init statements for the Resource Client as well as the Compute Engine Client?
From there on I assume I'll figure out the rest using the docs.