Without installing third party libraries, what kind of Client/Server protocols Python supports out of the box ?
Without installing third party libraries, what kind of Client/Server protocols Python supports out of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
urllib, but note that in python 3 thaturllib.urlopenhas moved tourllib2.urlopenand is deprecated from python 2.6urllib2httplib, and server modulesBaseHTTPServer,SimpleHTTPServerandCGIHTTPServer, but note that the servers have been moved tohttp.serverin python 3ftplibtelnetlibimaplibpoplibsmtplibandsmtpdxmlrpcliband server modulesSimpleXMLRPCServerandDocXMLRPCServer, but the servers have been moved toxmlrpc.serverin python 3nntplib