الگوهای معماری پایتون؛ طراحی API اصلی، ساختارهای رویداد محور و مدیریت پکیج در پایتون

قیمت 16,000 تومان

خرید محصول توسط کلیه کارت های شتاب امکان پذیر است و بلافاصله پس از خرید، لینک دانلود محصول در اختیار شما قرار خواهد گرفت.
سال انتشار: 2022  |  تعداد صفحات: 796  |  حجم فایل: 9.04 مگابایت  |  زبان: انگلیسی
Python Architecture Patterns: Master API design, event-driven structures, and package management in Python
نویسنده:
Jaime Buelta
ناشر:
Packt Publishing
ISBN10:
1801819998
ISBN13:
9781801819992

 

عناوین مرتبط:


Make the best of your test suites by using cutting-edge software architecture patterns in Python Key Features Learn how to create scalable and maintainable applications Build a web system for micro messaging using concepts in the book Use profiling to find bottlenecks and improve the speed of the system Book Description Developing large-scale systems that continuously grow in scale and complexity requires a thorough understanding of how software projects should be implemented. Software developers, architects, and technical management teams rely on high-level software design patterns such as microservices architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD) to make their work easier. This book covers these proven architecture design patterns with a forward-looking approach to help Python developers manage application complexity―and get the most value out of their test suites. Starting with the initial stages of design, you will learn about the main blocks and mental flow to use at the start of a project. The book covers various architectural patterns like microservices, web services, and event-driven structures and how to choose the one best suited to your project. Establishing a foundation of required concepts, you will progress into development, debugging, and testing to produce high-quality code that is ready for deployment. You will learn about ongoing operations on how to continue the task after the system is deployed to end users, as the software development lifecycle is never finished. By the end of this Python book, you will have developed "architectural thinking": a different way of approaching software design, including making changes to ongoing systems. What you will learn Think like an architect, analyzing software architecture patterns Explore API design, data storage, and data representation methods Investigate the nuances of common architectural structures Utilize and interoperate elements of patterns such as microservices Implement test-driven development to perform quality code testing Recognize chunks of code that can be restructured as packages Maintain backward compatibility and deploy iterative changes Who this book is for This book will help software developers and architects understand the structure of large complex systems and adopt architectural patterns that are scalable. Examples in the book are implemented in Python so a fair grasp of basic Python concepts is expected. Proficiency in any programming languages such as Java or JavaScript is sufficient. Table of Contents Introduction to Software Architecture API Design Data Modeling The Data Layer The Twelve-Factor App Methodology Web Server Structures Event-Driven Structures Advanced Event-Driven Structures Microservices vs Monolith Testing and TDD Package Management Logging Metrics Profiling Debugging Ongoing Architecture