I have started a Google Cloud account and I want to create a Google App Engine Standard instance using Python on a particular region, europe-west2 in this case. How can I do this using gcloud command line tool ?
Just create App Engine in specific region (gcloud app create documentation):
gcloud app create --region europe-west2