![]() 42.4. Python and the WebPython has a number of core modules designed to deal with interacting with the web. Python can act as a web client, pulling down web resources and POSTing form results. Python has support for SSL connections in a reasonably transparent fashion. CGI scripts are easy to write in Python, and there is also an Apache module for running Python scripts within the webserver itself.
-- DJPH ![]() Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|