The Resource DevOps in Python : Infrastructure as Python, Moshe Zadka
DevOps in Python : Infrastructure as Python, Moshe Zadka
Resource Information
The item DevOps in Python : Infrastructure as Python, Moshe Zadka represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Liverpool.This item is available to borrow from 1 library branch.
Resource Information
The item DevOps in Python : Infrastructure as Python, Moshe Zadka represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Liverpool.
This item is available to borrow from 1 library branch.
- Summary
- Explore and apply best practices for efficient application deployment. This book draws upon author Moshe Zadka's years of Dev Ops experience and focuses on the parts of Python, and the Python ecosystem, that are relevant for DevOps engineers. You'll start by writing command-line scripts and automating simple DevOps-style tasks. You'll then move on to more advanced cases, like using Jupyter as an auditable remote-control panel, and writing Ansible and Salt extensions. This work also covers how to use the AWS API to manage cloud infrastructure, and how to manage Python programs and environments on remote machines. Python was invented as a systems management language for distributed operating systems, which makes it an ideal tool for DevOps. {u200B}Assuming a basic understanding of Python concepts, this book is perfect for engineers who want to move from operations/system administration into coding. What You'll Learn Use third party packages and create new packages Create operating system management and automation code in Python Write testable code, and testing best practices Work with REST APIs for web clients Who This Book Is For Junior or intermediate sysadmin who has picked up some bash and Python basics
- Language
- eng
- Extent
- 1 online resource.
- Contents
-
- Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Installing Python; 1.1 OS Packages; 1.2 Using Pyenv; 1.3 Building Python from Source; 1.4 PyPy; 1.5 Anaconda; 1.6 Summary; Chapter 2: Packaging; 2.1 Pip; 2.2 Virtual Environments; 2.3 Setup and Wheels; 2.4 Tox; 2.5 Pipenv and Poetry; 2.5.1 Poetry; 2.5.2 Pipenv; 2.6 DevPI; 2.7 Pex and Shiv; 2.7.1 Pex; 2.7.2 Shiv; 2.8 XAR; 2.9 Summary; Chapter 3: Interactive Usage; 3.1 Native Console; 3.2 The Code Module; 3.3 ptpython; 3.4 IPython; 3.5 Jupyter Lab; 3.6 Summary
- Chapter 4: OS Automation4.1 Files; 4.2 Processes; 4.3 Networking; 4.4 Summary; Chapter 5: Testing; 5.1 Unit Testing; 5.2 Mocks, Stubs, and Fakes; 5.3 Testing Files; 5.4 Testing Processes; 5.5 Testing Networking; 5.6 Summary; Chapter 6: Text Manipulation; 6.1 Bytes, Strings, and Unicode; 6.2 Strings; 6.3 Regular Expressions; 6.4 JSON; 6.5 CSV; 6.6 Summary; Chapter 7: Requests; 7.1 Sessions; 7.2 REST; 7.3 Security; 7.4 Authentication; 7.5 Summary; Chapter 8: Cryptography; 8.1 Fernet; 8.2 PyNaCl; 8.3 Passlib; 8.4 TLS Certificates; 8.5 Summary; Chapter 9: Paramiko; 9.1 SSH Security
- 9.2 Client Keys9.3 Host Identity; 9.4 Connecting; 9.5 Running Commands; 9.6 Emulating Shells; 9.7 Remote Files; 9.7.1 Metadata Management; 9.7.2 Upload; 9.7.3 Download; 9.8 Summary; Chapter 10: Salt Stack; 10.1 Salt Basics; 10.2 Salt Concepts; 10.3 Salt Formats; 10.4 Salt Extensions; 10.4.1 States; 10.4.2 Execution; 10.4.3 Utility; 10.4.4 Extra Third-Party Dependencies; 10.5 Summary; Chapter 11: Ansible; 11.1 Ansible Basics; 11.2 Ansible Concepts; 11.3 Ansible Extensions; 11.4 Summary; Chapter 12: Docker; 12.1 Image Building; 12.2 Running; 12.3 Image Management; 12.4 Summary
- Chapter 13: Amazon Web Services13.1 Security; 13.1.1 Configuring Access Keys; 13.1.2 Creating Short-Term Tokens; 13.2 Elastic Computing Cloud (EC2); 13.2.1 Regions; 13.2.2 Amazon Machine Images; 13.2.3 SSH Keys; 13.2.4 Bringing Up Machines; 13.2.5 Securely Logging In; 13.2.6 Building Images; 13.3 Simple Storage Service (S3); 13.3.1 Managing Buckets; 13.4 Summary; Index
- Isbn
- 9781484244333
- Label
- DevOps in Python : Infrastructure as Python
- Title
- DevOps in Python
- Title remainder
- Infrastructure as Python
- Statement of responsibility
- Moshe Zadka
- Language
- eng
- Summary
- Explore and apply best practices for efficient application deployment. This book draws upon author Moshe Zadka's years of Dev Ops experience and focuses on the parts of Python, and the Python ecosystem, that are relevant for DevOps engineers. You'll start by writing command-line scripts and automating simple DevOps-style tasks. You'll then move on to more advanced cases, like using Jupyter as an auditable remote-control panel, and writing Ansible and Salt extensions. This work also covers how to use the AWS API to manage cloud infrastructure, and how to manage Python programs and environments on remote machines. Python was invented as a systems management language for distributed operating systems, which makes it an ideal tool for DevOps. {u200B}Assuming a basic understanding of Python concepts, this book is perfect for engineers who want to move from operations/system administration into coding. What You'll Learn Use third party packages and create new packages Create operating system management and automation code in Python Write testable code, and testing best practices Work with REST APIs for web clients Who This Book Is For Junior or intermediate sysadmin who has picked up some bash and Python basics
- Cataloging source
- N$T
- http://library.link/vocab/creatorName
- Zadka, Moshe
- Dewey number
- 004.36
- Index
- index present
- LC call number
- QA76.76.C69
- Literary form
- non fiction
- Nature of contents
-
- dictionaries
- bibliography
- http://library.link/vocab/subjectName
-
- Computer software
- Python (Computer program language)
- Software support
- Label
- DevOps in Python : Infrastructure as Python, Moshe Zadka
- Antecedent source
- unknown
- Bibliography note
- Includes bibliographical references and index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Color
- multicolored
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
-
- Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Installing Python; 1.1 OS Packages; 1.2 Using Pyenv; 1.3 Building Python from Source; 1.4 PyPy; 1.5 Anaconda; 1.6 Summary; Chapter 2: Packaging; 2.1 Pip; 2.2 Virtual Environments; 2.3 Setup and Wheels; 2.4 Tox; 2.5 Pipenv and Poetry; 2.5.1 Poetry; 2.5.2 Pipenv; 2.6 DevPI; 2.7 Pex and Shiv; 2.7.1 Pex; 2.7.2 Shiv; 2.8 XAR; 2.9 Summary; Chapter 3: Interactive Usage; 3.1 Native Console; 3.2 The Code Module; 3.3 ptpython; 3.4 IPython; 3.5 Jupyter Lab; 3.6 Summary
- Chapter 4: OS Automation4.1 Files; 4.2 Processes; 4.3 Networking; 4.4 Summary; Chapter 5: Testing; 5.1 Unit Testing; 5.2 Mocks, Stubs, and Fakes; 5.3 Testing Files; 5.4 Testing Processes; 5.5 Testing Networking; 5.6 Summary; Chapter 6: Text Manipulation; 6.1 Bytes, Strings, and Unicode; 6.2 Strings; 6.3 Regular Expressions; 6.4 JSON; 6.5 CSV; 6.6 Summary; Chapter 7: Requests; 7.1 Sessions; 7.2 REST; 7.3 Security; 7.4 Authentication; 7.5 Summary; Chapter 8: Cryptography; 8.1 Fernet; 8.2 PyNaCl; 8.3 Passlib; 8.4 TLS Certificates; 8.5 Summary; Chapter 9: Paramiko; 9.1 SSH Security
- 9.2 Client Keys9.3 Host Identity; 9.4 Connecting; 9.5 Running Commands; 9.6 Emulating Shells; 9.7 Remote Files; 9.7.1 Metadata Management; 9.7.2 Upload; 9.7.3 Download; 9.8 Summary; Chapter 10: Salt Stack; 10.1 Salt Basics; 10.2 Salt Concepts; 10.3 Salt Formats; 10.4 Salt Extensions; 10.4.1 States; 10.4.2 Execution; 10.4.3 Utility; 10.4.4 Extra Third-Party Dependencies; 10.5 Summary; Chapter 11: Ansible; 11.1 Ansible Basics; 11.2 Ansible Concepts; 11.3 Ansible Extensions; 11.4 Summary; Chapter 12: Docker; 12.1 Image Building; 12.2 Running; 12.3 Image Management; 12.4 Summary
- Chapter 13: Amazon Web Services13.1 Security; 13.1.1 Configuring Access Keys; 13.1.2 Creating Short-Term Tokens; 13.2 Elastic Computing Cloud (EC2); 13.2.1 Regions; 13.2.2 Amazon Machine Images; 13.2.3 SSH Keys; 13.2.4 Bringing Up Machines; 13.2.5 Securely Logging In; 13.2.6 Building Images; 13.3 Simple Storage Service (S3); 13.3.1 Managing Buckets; 13.4 Summary; Index
- Control code
- on1103710912
- Dimensions
- unknown
- Extent
- 1 online resource.
- File format
- unknown
- Form of item
- online
- Isbn
- 9781484244333
- Level of compression
- unknown
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- http://library.link/vocab/ext/overdrive/overdriveId
- com.springer.onix.9781484244333
- Quality assurance targets
- not applicable
- Reformatting quality
- unknown
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)1103710912
- Label
- DevOps in Python : Infrastructure as Python, Moshe Zadka
- Antecedent source
- unknown
- Bibliography note
- Includes bibliographical references and index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Color
- multicolored
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
-
- Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Installing Python; 1.1 OS Packages; 1.2 Using Pyenv; 1.3 Building Python from Source; 1.4 PyPy; 1.5 Anaconda; 1.6 Summary; Chapter 2: Packaging; 2.1 Pip; 2.2 Virtual Environments; 2.3 Setup and Wheels; 2.4 Tox; 2.5 Pipenv and Poetry; 2.5.1 Poetry; 2.5.2 Pipenv; 2.6 DevPI; 2.7 Pex and Shiv; 2.7.1 Pex; 2.7.2 Shiv; 2.8 XAR; 2.9 Summary; Chapter 3: Interactive Usage; 3.1 Native Console; 3.2 The Code Module; 3.3 ptpython; 3.4 IPython; 3.5 Jupyter Lab; 3.6 Summary
- Chapter 4: OS Automation4.1 Files; 4.2 Processes; 4.3 Networking; 4.4 Summary; Chapter 5: Testing; 5.1 Unit Testing; 5.2 Mocks, Stubs, and Fakes; 5.3 Testing Files; 5.4 Testing Processes; 5.5 Testing Networking; 5.6 Summary; Chapter 6: Text Manipulation; 6.1 Bytes, Strings, and Unicode; 6.2 Strings; 6.3 Regular Expressions; 6.4 JSON; 6.5 CSV; 6.6 Summary; Chapter 7: Requests; 7.1 Sessions; 7.2 REST; 7.3 Security; 7.4 Authentication; 7.5 Summary; Chapter 8: Cryptography; 8.1 Fernet; 8.2 PyNaCl; 8.3 Passlib; 8.4 TLS Certificates; 8.5 Summary; Chapter 9: Paramiko; 9.1 SSH Security
- 9.2 Client Keys9.3 Host Identity; 9.4 Connecting; 9.5 Running Commands; 9.6 Emulating Shells; 9.7 Remote Files; 9.7.1 Metadata Management; 9.7.2 Upload; 9.7.3 Download; 9.8 Summary; Chapter 10: Salt Stack; 10.1 Salt Basics; 10.2 Salt Concepts; 10.3 Salt Formats; 10.4 Salt Extensions; 10.4.1 States; 10.4.2 Execution; 10.4.3 Utility; 10.4.4 Extra Third-Party Dependencies; 10.5 Summary; Chapter 11: Ansible; 11.1 Ansible Basics; 11.2 Ansible Concepts; 11.3 Ansible Extensions; 11.4 Summary; Chapter 12: Docker; 12.1 Image Building; 12.2 Running; 12.3 Image Management; 12.4 Summary
- Chapter 13: Amazon Web Services13.1 Security; 13.1.1 Configuring Access Keys; 13.1.2 Creating Short-Term Tokens; 13.2 Elastic Computing Cloud (EC2); 13.2.1 Regions; 13.2.2 Amazon Machine Images; 13.2.3 SSH Keys; 13.2.4 Bringing Up Machines; 13.2.5 Securely Logging In; 13.2.6 Building Images; 13.3 Simple Storage Service (S3); 13.3.1 Managing Buckets; 13.4 Summary; Index
- Control code
- on1103710912
- Dimensions
- unknown
- Extent
- 1 online resource.
- File format
- unknown
- Form of item
- online
- Isbn
- 9781484244333
- Level of compression
- unknown
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- http://library.link/vocab/ext/overdrive/overdriveId
- com.springer.onix.9781484244333
- Quality assurance targets
- not applicable
- Reformatting quality
- unknown
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)1103710912
Library Links
Embed
Settings
Select options that apply then copy and paste the RDF/HTML data fragment to include in your application
Embed this data in a secure (HTTPS) page:
Layout options:
Include data citation:
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.liverpool.ac.uk/portal/DevOps-in-Python--Infrastructure-as-Python/nJLhoCS-poY/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.liverpool.ac.uk/portal/DevOps-in-Python--Infrastructure-as-Python/nJLhoCS-poY/">DevOps in Python : Infrastructure as Python, Moshe Zadka</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.liverpool.ac.uk/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.liverpool.ac.uk/">University of Liverpool</a></span></span></span></span></div>
Note: Adjust the width and height settings defined in the RDF/HTML code fragment to best match your requirements
Preview
Cite Data - Experimental
Data Citation of the Item DevOps in Python : Infrastructure as Python, Moshe Zadka
Copy and paste the following RDF/HTML data fragment to cite this resource
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.liverpool.ac.uk/portal/DevOps-in-Python--Infrastructure-as-Python/nJLhoCS-poY/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.liverpool.ac.uk/portal/DevOps-in-Python--Infrastructure-as-Python/nJLhoCS-poY/">DevOps in Python : Infrastructure as Python, Moshe Zadka</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.liverpool.ac.uk/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.liverpool.ac.uk/">University of Liverpool</a></span></span></span></span></div>