I'm starting with Python now and I'm developing a project to find users with multiple accounts on a given site. The IP's are already obtained, but it is still not possible to verify if, comparing the IP's, two or more IP's come from the same computer. For example:
Given the IP's 177.158.xxx.xxx and 177.135.xxx.xxx can you tell if they come from the same computer / network? If so, how?