Beskrivning
Beskrivning
Discover the concepts of creating dynamic web pages (HTML) with Python. This book reviews several methods available to serve up dynamic HTML including CGI, SSI, Django, and Flask.
You will start by covering HTML pages and CSS in general and then move on to creating pages via CGI. It is easy to use and can serve as a foundation for the more advanced services available for launching dynamic web pages. Next you’ll explore the SSI (Server Side Interface) method. This is a slightly more advanced interface included in mots web servers that adds functionality to modify static HTML pages to add such things as the current date or time, include additional HTML, and other features to a static web page before it is delivered to the user.
- Use HTML pages and CSS together to control the style of your web site.
- Install and configure SSI, Django, and Flask for Apache.
- Create dynamic web pages using CGI and creating a library of partial HTML pages to use in this task.
- Build dynamic web pages using SSI and auxiliary Python programs to enhance the SSI functionality.
- Develop dynamic web pages using Django.







