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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress,
2020.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.