Hands-On Enterprise Application Development with Python: Design data-intensive Application with Python 3

Saurabh Badhwar

  • 出版商: Packt Publishing
  • 出版日期: 2018-12-28
  • 售價: $2,050
  • 貴賓價: 9.5$1,948
  • 語言: 英文
  • 頁數: 374
  • 裝訂: Paperback
  • ISBN: 1789532361
  • ISBN-13: 9781789532364
  • 相關分類: Python程式語言
  • 下單後立即進貨 (約3~4週)

商品描述

Architect scalable, reliable, and maintainable applications for enterprises with Python

Key Features

  • Explore various Python design patterns used for enterprise software development
  • Apply best practices for testing and performance optimization to build stable applications
  • Learn about different attacking strategies used on enterprise applications and how to avoid them

Book Description

Dynamically typed languages like Python are continuously improving. With the addition of exciting new features and a wide selection of modern libraries and frameworks, Python has emerged as an ideal language for developing enterprise applications. Hands-On Enterprise Application Development with Python will show you how to build effective applications that are stable, secure, and easily scalable.

The book is a detailed guide to building an end-to-end enterprise-grade application in Python. You will learn how to effectively implement Python features and design patterns that will positively impact your application lifecycle. The book also covers advanced concurrency techniques that will help you build a RESTful application with an optimized frontend. Given that security and stability are the foundation for an enterprise application, you'll be trained on effective testing, performance analysis, and security practices, and understand how to embed them in your codebase during the initial phase. You'll also be guided in how to move on from a monolithic architecture to one that is service oriented, leveraging microservices and serverless deployment techniques.

By the end of the book, you will have become proficient at building efficient enterprise applications in Python.

What you will learn

  • Understand the purpose of design patterns and their impact on application lifecycle
  • Build applications that can handle large amounts of data-intensive operations
  • Uncover advanced concurrency techniques and discover how to handle a large number of requests in production
  • Optimize frontends to improve the client-side experience of your application
  • Effective testing and performance profiling techniques to detect issues in applications early in the development cycle
  • Build applications with a focus on security
  • Implement large applications as microservices to improve scalability

Who this book is for

If you're a developer who wants to build enterprise-grade applications, this book is for you. Basic to intermediate-level of programming experience with Python and database systems is required to understand the concepts covered in this book.

Table of Contents

  1. Using Python for Enterprise
  2. Design Patterns: Making a Choice
  3. Building for Large Scale Database Operations
  4. Dealing with Concurrency
  5. Building for Large Scale Request Handling
  6. Example: Building BugZot
  7. Building Optimized Frontends
  8. Writing Testable Code
  9. Profiling Applications for Performance
  10. Securing Your Application
  11. Taking the Microservices Approach
  12. Testing and Tracing in Microservices
  13. Going Serverless
  14. Deploying to the Cloud
  15. Enterprise Application Integration and its Patterns
  16. Microservices and Enterprise Application Integration