'get longitude X, latitude Y coordinates from German NUTS regional names

I have a set of data of German regions with their NUTS names.

enter image description here

Is there a way to get Long X and Lat Y coordinates based on their NUTS names in Python?



Solution 1:[1]

I think I have just found what I want to achieve, by using the geopy python library https://pypi.org/project/geopy/, however if there are any other suggestions/solutions, I would be glad to try them also

Screenshot of the geopy library

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1