The tutor tells how to determine the version of Python the server is using. I’ve found two ways to print out the version of Python used by the remote server: import platform print “Content-type: text/html\n\n” print(platform.python_version()) or else import sys …

Web programming: Python: finding server version Read more »

Tagged with: , , ,