Create Dynamic Web Pages with Django and Flask
Foundation Dynamic Web Pages with Python: Create Dynamic Web Pages with Django and Flask
β Scribed by David Ashley
- Publisher
- Apress
- Year
- 2020
- Tongue
- English
- Leaves
- 224
- Edition
- 1st ed.
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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.
The book also covers some of the key the Django module features, which must be added to the web server. These features include creating dynamic web pages and calling a database to provide additional information to the web page. Lastly you will explore the Flask module. While it has limited functionality on its own, it provides a very flexible environment to create a self designed system for delivery of dynamic web pages.
By the time you finish this book, you will be able to choose the appropriate methodology for delivering dynamic information using fast HTML creation services.
What You'll Learn
- 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.
Software Developers with basic Python programming skills interested in learning Web Development
β¦ Table of Contents
Front Matter ....Pages i-xix
Introduction to Web Servers (David Ashley)....Pages 1-27
HTML Pages and CSS (David Ashley)....Pages 29-69
Using CGI and Python (David Ashley)....Pages 71-122
Using SSI and Python (David Ashley)....Pages 123-158
Using Flask and Jinja (David Ashley)....Pages 159-181
Django (David Ashley)....Pages 183-199
Comparing CGI, SSI, Flask, and Django (David Ashley)....Pages 201-208
Back Matter ....Pages 209-213
β¦ Subjects
Computer Science; Web Development; Professional Computing
π SIMILAR VOLUMES
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. Youβll start with the big picture and then dive into language syntax, programming techniques, and other
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. Youβll start with the big picture and then dive into language syntax, programming techniques, and other
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. Youβll start with the big picture and then dive into language syntax, programming techniques, and other
ONCE YOU'VE MASTERED HTML, you're ready to take your Web site to the next step by adding things like interactivity, database interfacing, online ordering, searching, on-the-fly pages, and all those other terrific features that make Web sites more effective and more impressive. With <b>Creating Cool
This updated edition teaches everything you need to know to create effective web applications with the latest features in PHP 5.x. You'll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and co