what are the differences between these two type of commands:
1- >>> import socket
2- >>> from socket import *
i mean when you get the object list from the first command it gives different object from when you get objects from the second command.
so does it mean these two command doesnt do the same job,if yes which one does what.