These are the libraries that came pre-imported with my most recent project. In order to understand what is available to me, I’m going through and writing a fast summary of what it does in a way I understand. Comments welcome if I am inaccurate. It’s a first stab at this, I am 100% confident there will be room for expansion. Consider this a rough draft that I’m publishing anyway.
CGI : A support module for Common Gateway Interface scripts. These CGI scripts are invoked by an HTTP server, usually to process data that a user submitted through a HTML form. The HTTP server puts a whole…

