Python Continuous Integration and Delivery: A Concise Guide with Examples
Autor Moritz Lenzen Limba Engleză Paperback – 29 dec 2018
Gain the techniques and tools that enable a smooth and efficient software development process in this quick and practical guide on Python continuous integration (CI) and continuous delivery (CD). Based on example applications, this book introduces various kinds of testing and shows you how to set up automated systems that run these tests, and install applications in different environments in controlled ways. Python Continuous Integration and Delivery tackles the technical problems related to software development that are typically glossed over in pure programming texts.
After reading this book, you’ll see that in today's fast-moving world, no software project can afford to go through development, then an integration phase of unpredictable length and complexity, and finally be shipped to the customer -- just to find out that the resulting application didn't quite fill their need. Instead, you’ll discover that practicing continuous integration and continuous delivery reduces the risks by keeping changes small and automating otherwise painful processes.
What You Will Learn
- Carry out various kinds of testing, including unit testing and continuous integration testing, of your Python code using Jenkins
- Build packages and manage repositories
- Incorporate Ansible and Go for automated packaging and other deployments
- Manage more complex and robust deployments
Who This Book Is For
Python programmers and operating staff that work with Python applications.
Preț: 253.40 lei
Preț vechi: 316.74 lei
-20% Nou
Puncte Express: 380
Preț estimativ în valută:
48.51€ • 50.62$ • 40.66£
48.51€ • 50.62$ • 40.66£
Carte disponibilă
Livrare economică 19 februarie-05 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484242803
ISBN-10: 1484242807
Pagini: 145
Ilustrații: XIX, 194 p. 23 illus., 2 illus. in color.
Dimensiuni: 155 x 235 x 21 mm
Greutate: 0.31 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484242807
Pagini: 145
Ilustrații: XIX, 194 p. 23 illus., 2 illus. in color.
Dimensiuni: 155 x 235 x 21 mm
Greutate: 0.31 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Automated Testing.- 2. Unit Testing in Python.- 3 Continuous Integration with Jenkins.- 4. Continuous Delivery.- 5. Building Packages.- 6. Distributing Debian Packages.- 7. Package Deployment.- 8. A Virtual Playground for Automating Deployments.- 9. Building in the Pipeline with Go Continuous Delivery.- 10. Distributing and Deploying Packages in the Pipeline.- 11. Pipeline Improvements.- 12. Security.- 13. State Management.- 14. Conclusions and Outlook.
Notă biografică
Moritz Lenz develops Perl and Python code, and maintains a continuous delivery system for his employer. He is an experienced software developer and architect, and physicist. He is also a Perl 6 core developer, and has contributed significantly to the official test suite, the Rakudo Perl 6 compiler, and is the initiator of the official Perl 6 documentation project. He has also authored several modules, and runs infrastructure for the Perl 6 community.
Textul de pe ultima copertă
Gain the techniques and tools that enable a smooth and efficient software development process in this quick and practical guide on Python continuous integration (CI) and continuous delivery (CD). Based on example applications, this book introduces various kinds of testing and shows you how to set up automated systems that run these tests, and install applications in different environments in controlled ways. Python Continuous Integration and Delivery tackles the technical problems related to software development that are typically glossed over in pure programming texts.
After reading this book, you’ll see that in today's fast-moving world, no software project can afford to go through development, then an integration phase of unpredictable length and complexity, and finally be shipped to the customer -- just to find out that the resulting application didn't quite fill their need. Instead, you’ll discover that practicing continuous integration and continuous delivery reduces the risks by keeping changes small and automating otherwise painful processes.
You will:
- Carry out various kinds of testing, including unit testing and continuous integration testing, of your Python code using Jenkins
- Build packages and manage repositories
- Incorporate Ansible and Go for automated packaging and other deployments
- Manage more complex and robust deployments
Caracteristici
Introduces Python programmers to the techniques and tools that enable a smooth and efficient software development process Contains practical examples on this aspect of Python DevOps Makes DevOps accessible for Python coders