[Edu-sig] Beyond 3D

Kirby Urner pdx4d@teleport.com
Tue, 04 Apr 2000 08:17:17 -0700


> Beyond presenting the concept, I am totally unqualified to speak 
> on it, as it is an area about which I know little to nothing.  
> But does anybody have any ideas along these lines?
>
> ART

I think it's a fine idea.

Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import socket
>>> socket.gethostbyname_ex("microsoft.com")
('microsoft.com', [], ['207.46.130.149', '207.46.130.45', '207.46.131.137', 
'207.46.131.30', '207.46.130.14'])

is an example of a first step.

Kirby