Building Django 2.0 Web Applications: Create enterprise-grade, scalable Python web applications easily with Django 2.0
暫譯: 建立 Django 2.0 網頁應用程式:輕鬆使用 Django 2.0 創建企業級、可擴展的 Python 網頁應用程式
Tom Aratyn
- 出版商: Packt Publishing
- 出版日期: 2018-04-27
- 定價: $1,498
- 售價: 5.0 折 $749
- 語言: 英文
- 頁數: 408
- 裝訂: Paperback
- ISBN: 1787286215
- ISBN-13: 9781787286214
-
相關分類:
Django、Python、程式語言、JVM 語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,058Data Structures and Algorithms in Python (Hardcover)
-
$580$452 -
$360$281 -
$4,770$4,532 -
$1,617Deep Learning (Hardcover)
-
$898Python Machine Learning, 2/e (Paperback)
-
$1,960Reinforcement Learning: With Open AI, TensorFlow and Keras Using Python
-
$1,128PySpark Recipes: A Problem-Solution Approach with PySpark2
-
$1,088Deep Learning with TensorFlow - Second Edition: Explore neural networks with Python
-
$825Django 2 by Example
-
$990Django Design Patterns and Best Practices Second Edition
-
$1,670$1,587 -
$534$507 -
$534$507 -
$454Go 微服務實戰
-
$479$455 -
$880$695 -
$780$608 -
$2,100$1,995 -
$390$371 -
$680$530 -
$1,014$963 -
$680$537 -
$774$735 -
$650$507
商品描述
Go from the initial idea to a production-deployed web app using Django 2.0.
Key Features
- A beginners guide to learning python's most popular framework, Django
- Build fully featured web projects in Django 2.0 through examples.
- Deploy web applications in quick and reliable fashion with Docker
Book Description
This project-based guide will give you a sound understanding of Django 2.0 through three full-featured applications. It starts off by building a basic IMDB clone and adding users who can register, vote on their favorite movies, and upload associated pictures. You will learn how to use the votes that your users have cast to build a list of the top 10 movies. This book will also take you through deploying your app into a production environment using Docker containers hosted on the server in Amazon's Electric Computing Cloud (EC2).
Next, you're going to build a Stack Overflow clone wherein registered users can ask and answer questions. You will learn how to enable a user asking a question to accept answers and mark them as useful. You will also learn how to add search functionality to help users find questions by using ElasticSearch. You'll discover ways to apply the principles of 12 factor apps while deploying Django on the most popular web server, Apache, with mod_wsgi. Lastly, you'll build a clone of MailChimp so users can send and create emails, and deploy it using AWS.
Get set to take your basic Django skills to the next level with this comprehensive guide!
What you will learn
- Build new projects from scratch using Django 2.0
- Provide full-text searching using ElasticSearch and Django 2.0
- Learn Django 2.0 security best practices and how they're applied
- Deploy a full Django 2.0 app almost anywhere with mod_wsgi
- Deploy a full Django 2.0 app to AWS's PaaS Elastic Beanstalk
- Deploy a full Django 2.0 app with Docker
- Deploy a full Django 2.0 app with NGINX and uWSGI
Who This Book Is For
If you have some basic knowledge of HTML, CSS, and Python and want to build fully-featured and secure applications using Django, then this book is for you.
Table of Contents
- Building MyMDB
- Adding Users to MyMDB
- Posters, Headshots, & Security
- Caching in on the Top 10
- Deploying with Docker
- Starting Answerly
- Searching for Questions with Elasticsearch
- Testing Answerly
- Deploying Answerly
- Starting Mail Ape
- The Task of Sending Emails
- Building an API
- Deploying Mail Ape
商品描述(中文翻譯)
從最初的想法到使用 Django 2.0 部署到生產環境的網頁應用程式。
主要特點
- 初學者指南,學習 Python 最受歡迎的框架 Django
- 通過範例在 Django 2.0 中構建功能齊全的網頁專案。
- 使用 Docker 快速且可靠地部署網頁應用程式
書籍描述
這本以專案為基礎的指南將通過三個功能齊全的應用程式讓你對 Django 2.0 有深入的理解。它首先構建一個基本的 IMDB 克隆,並添加可以註冊、對他們喜愛的電影投票並上傳相關圖片的用戶。你將學習如何使用用戶投票來建立前 10 名電影的列表。這本書還將指導你如何使用在亞馬遜的電腦雲 (EC2) 上托管的 Docker 容器將你的應用程式部署到生產環境。
接下來,你將構建一個 Stack Overflow 克隆,註冊用戶可以在其中提問和回答問題。你將學習如何讓提問的用戶接受答案並將其標記為有用。你還將學習如何添加搜索功能,幫助用戶通過使用 ElasticSearch 找到問題。你將發現如何在最受歡迎的網頁伺服器 Apache 上使用 mod_wsgi 部署 Django 時應用 12 因素應用的原則。最後,你將構建一個 MailChimp 克隆,讓用戶可以發送和創建電子郵件,並使用 AWS 部署它。
準備好將你的基本 Django 技能提升到下一個層次,這本全面的指南將幫助你!
你將學到什麼
- 使用 Django 2.0 從零開始構建新專案
- 使用 ElasticSearch 和 Django 2.0 提供全文搜索
- 學習 Django 2.0 的安全最佳實踐及其應用
- 幾乎在任何地方使用 mod_wsgi 部署完整的 Django 2.0 應用程式
- 將完整的 Django 2.0 應用程式部署到 AWS 的 PaaS Elastic Beanstalk
- 使用 Docker 部署完整的 Django 2.0 應用程式
- 使用 NGINX 和 uWSGI 部署完整的 Django 2.0 應用程式
本書適合誰
如果你對 HTML、CSS 和 Python 有一些基本知識,並希望使用 Django 構建功能齊全且安全的應用程式,那麼這本書適合你。
目錄
- 構建 MyMDB
- 向 MyMDB 添加用戶
- 海報、頭像與安全性
- 緊跟前 10 名的快取
- 使用 Docker 部署
- 啟動 Answerly
- 使用 Elasticsearch 搜尋問題
- 測試 Answerly
- 部署 Answerly
- 啟動 Mail Ape
- 發送電子郵件的任務
- 構建 API
- 部署 Mail Ape