• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Foundation Dynamic Web Pages with Python: Create Dynamic Web Pages with Django and Flask » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946912]
• Literatura piękna
 [1852311]

  więcej...
• Turystyka
 [71421]
• Informatyka
 [150889]
• Komiksy
 [35717]
• Encyklopedie
 [23177]
• Dziecięca
 [617324]
• Hobby
 [138808]
• AudioBooki
 [1671]
• Literatura faktu
 [228371]
• Muzyka CD
 [400]
• Słowniki
 [2841]
• Inne
 [445428]
• Kalendarze
 [1545]
• Podręczniki
 [166819]
• Poradniki
 [480180]
• Religia
 [510412]
• Czasopisma
 [525]
• Sport
 [61271]
• Sztuka
 [242929]
• CD, DVD, Video
 [3371]
• Technologie
 [219258]
• Zdrowie
 [100961]
• Książkowe Klimaty
 [124]
• Zabawki
 [2341]
• Puzzle, gry
 [3766]
• Literatura w języku ukraińskim
 [255]
• Art. papiernicze i szkolne
 [7810]
Kategorie szczegółowe BISAC

Foundation Dynamic Web Pages with Python: Create Dynamic Web Pages with Django and Flask

ISBN-13: 9781484263389 / Angielski / Miękka / 2020 / 213 str.

David Ashley
Foundation Dynamic Web Pages with Python: Create Dynamic Web Pages with Django and Flask David Ashley 9781484263389 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Foundation Dynamic Web Pages with Python: Create Dynamic Web Pages with Django and Flask

ISBN-13: 9781484263389 / Angielski / Miękka / 2020 / 213 str.

David Ashley
cena 171,00
(netto: 162,86 VAT:  5%)

Najniższa cena z 30 dni: 171,48
Termin realizacji zamówienia:
ok. 16-18 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!
Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Internet - Web Programming
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484263389
Rok wydania:
2020
Ilość stron:
213
Waga:
0.33 kg
Wymiary:
23.39 x 15.6 x 1.27
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Glosariusz/słownik
Wydanie ilustrowane

Chapter 1: Introduction to Web Servers

Chapter Goal: An introduction to web servers – specifically the Apache web server.
No. of Pages: 5
Sub-Topics:
Glossary of terms
Introduction to the Apache web server
Introduction to other web servers
Configuring your web server
Organizing your web server

Chapter 2: HTML Pages and CSS
Chapter Goal: Describes the main principles of web pages and style sheets
No. of Pages: 20
Sub-Topics:
HTML tags
Organizing HTML sections
Linking HTML pages to a style sheet
Creating a library of partial HTML pages
Ensuring coordination between the HTML page, the CSS stylesheet, and you library

Chapter 3: Using CGI and Python
Chapter Goal:  Using Python to create an HTML page
No. of Pages: 25
Sub-Topics:
Configure CGI for use by Python
Create a dummy page just for creating the layout of the page major elements
HTML sections
Using Python to create a dynamic HTML page
Where to split a web page into multiple parts
Techniques for managing the web page for use by Python
The good and the bad of using CGI

Chapter 4: Using SSI and Python
Chapter Goal:  Configure Apache for use by SSI and Python
No. of Pages: 45
Sub-Topics:
Configure SSI for use by Python
Create a dummy page just for creating the layout of the page major elements
HTML sections
Using SSI and Python to create a dynamic HTML page
Where to split a web page into multiple parts
Techniques for managing the web page for use by SSI and Python
The good and the bad of using SSI

Chapter 5: Using Django and Python
Chapter Goal:  Using Django and Python to create an HTML page
No. of Pages: 40
Sub-Topics:
Configure Apache for use by Django and Python
Create a dummy page just for creating the layout of the page major elements
HTML sections
Using Django and Python to create a dynamic HTML page
Where to split a web page into multiple parts
Techniques for managing the web page for use by Django and Python
The good and the bad of using Django

Chapter 6: Using Flask and Jinja
Chapter Goal:  Using Flask and Python to create an HTML page
No. of Pages: 40
Sub-Topics:
Configure Apache for use by Flask and Python
Create a dummy page just for creating the layout of the page major elements
HTML sections
Using Flask and Python to create a dynamic HTML page
Where to split a web page into multiple parts
Techniques for managing the web page for use by Flask and Python
The good and the bad of using Flask

Chapter 7: Comparing CGI, SSI, Django, and Flask 
Chapter Goal:  Choosing the correct dynamic page creation system
No. of Pages: 50
Sub-Topics:
List the advantages of each system
List the disadvantages of each system


Chapter 8: Usage Options - CGI, SSI, Django, and Flask 
Chapter Goal:  Choosing the correct dynamic page creation system
No. of Pages: 50
Sub-Topics:
Discuss options for using multiple systems
Some things to remember

W. David Ashley is a technical writer for SkillSoft where he specializes in open source, particularly Linux. As a member of the Linux Fedora documentation team he recently led the Libvert project documentation, and wrote the Python programs included with it. He has developed in 20 different programming languages during his 30 years as a software developer and IT consultant, including more than 18 years at IBM and 12 years with American Airlines.

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.

You will:
  • 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.




Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia