Apress | Foundation Dynamic Web Pages With Python: Create Dynamic Web Pages With Django And Flask (2020 EN)

Discussion in 'Programming' started by Kanka, Oct 16, 2020.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,086
    Likes Received:
    446
    Trophy Points:
    83
    [​IMG]

    Author: David Ashley
    Full Title: Foundation Dynamic Web Pages With Python: Create Dynamic Web Pages With Django And Flask
    Publisher: Apress; 1st ed. Edition (October 10, 2020)
    Year: 2020
    ISBN-13: 9781484263396 (978-1-4842-6339-6), 9781484263389 (978-1-4842-6338-9)
    ISBN-10: 1484263391, 1484263383
    Pages: 213
    Language: English
    Genre: Educational: Web Development
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 32.09 €


    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.


    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.

    Features:
    ✓ Explains creating a library of partial HTML pages for use by each system
    ✓ Covers multiples examples of the four systems discussed using Python
    ✓ Helps to choose the correct system for the user’s needs to deliver dynamic pages

    Who This Book Is For:
    Software Developers with basic Python programming skills interested in learning Web Development.

    -------------
     
    Last edited by a moderator: Mar 8, 2022