Is there a way to get the computer\'s physical position using Python, preferably without an API, or with a free API? I\'ve searched around a bit, and the only free API I\'ve
You can try using MaxMind's GeoIP Python API with their free GeoLite City database. Accuracy may vary, more details here.
Also take a look at this question for other alternatives.