The Definitive Guide to Masonite〈1st ed.〉 : Building Web Applications with Python

個数:1
紙書籍版価格
¥7,647
  • 電子書籍

The Definitive Guide to Masonite〈1st ed.〉 : Building Web Applications with Python

  • 著者名:Pitt, Christopher/Mancuso, Joe
  • 価格 ¥8,019 (本体¥7,290)
  • Apress(2020/05/25発売)
  • ポイント 72pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9781484256015
  • eISBN:9781484256022

ファイル: /

Description

Build fast and effective applications using Masonite, a Python-based framework. This book covers creating a digital home assistant application, but it’s certainly not the only kind of application you could build. By working on this kind of project, you’ll cover the broad range of topics and requirements you’re likely to find as you establish your own web empire. 

You’ll see how Masonite is a developer-centric Python framework, which provides all the tools you’ll need to build powerful and maintainable web applications. After reading and using this book, you'll have the tools to make and deploy your own web ecommerce application from scratch using the Masonite framework.  

What You Will Learn

  • Customize your request and response cycle with middleware, route groups, and headers
  • Add security into your application and protect against possible vulnerabilities
  • Create and control your application’s maintenance features from a terminal
  • Manage a database, so your teammates and environments will always be in sync
  • Represent relational database data with object-oriented programming techniques
  • Read and write from the file system
  • Process large datasets and slow operations in the background
  • Add real-time features and recurring tasks to your application

Who This Book Is For

Web developers new to the Masonite framework. Some prior Python experience is helpful but is not required.  

Table of Contents

1. Getting started.- 2. Routing.- 3. The Servie Container.- 4. Accepting Data Through Forms.- 5. Using a Database.- 6. Security.- 7. Authentication.- 8. Middleware.- 9. Using Helpers.- 10. Doing Work in the Background.- 11. Adding Websockets with Pusher.- 12. Testing.- 13. Deploying.