Foundation dynamic web pages with Python create dynamic web pages with Django and Flask
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 a...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, California :
Apress
[2020]
|
Edición: | 1st ed. 2020. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631052806719 |
Tabla de Contenidos:
- Chapter 1: Introduction to Web Servers
- Chapter 2: HTML Pages and CSS
- Chapter 3: Using CGI and Python
- Chapter 4: Using SSI and Python
- Chapter 5: Using Flask and Jinja
- Chapter 6: Django
- Chapter 7: Comparing CGI, SSI, Flask and Django.