https://github.com/paiml/python_devops_book
[Book-2020] Python For DevOps: Learn Ruthlessly Effective Automation
https://github.com/paiml/python_devops_book
automation book devops oreilly python ruthless
Last synced: 10 months ago
JSON representation
[Book-2020] Python For DevOps: Learn Ruthlessly Effective Automation
- Host: GitHub
- URL: https://github.com/paiml/python_devops_book
- Owner: paiml
- License: mit
- Created: 2019-05-08T02:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T12:07:07.000Z (over 1 year ago)
- Last Synced: 2024-09-16T13:55:53.270Z (over 1 year ago)
- Topics: automation, book, devops, oreilly, python, ruthless
- Language: Jupyter Notebook
- Homepage: https://paiml.github.io/python_devops_book/
- Size: 2.67 MB
- Stars: 454
- Watchers: 33
- Forks: 336
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🎓 Pragmatic AI Labs | Join 1M+ ML Engineers
### 🔥 Hot Course Offers:
* 🤖 [Master GenAI Engineering](https://ds500.paiml.com/learn/course/0bbb5/) - Build Production AI Systems
* 🦀 [Learn Professional Rust](https://ds500.paiml.com/learn/course/g6u1k/) - Industry-Grade Development
* 📊 [AWS AI & Analytics](https://ds500.paiml.com/learn/course/31si1/) - Scale Your ML in Cloud
* ⚡ [Production GenAI on AWS](https://ds500.paiml.com/learn/course/ehks1/) - Deploy at Enterprise Scale
* 🛠️ [Rust DevOps Mastery](https://ds500.paiml.com/learn/course/ex8eu/) - Automate Everything
### 🚀 Level Up Your Career:
* 💼 [Production ML Program](https://paiml.com) - Complete MLOps & Cloud Mastery
* 🎯 [Start Learning Now](https://ds500.paiml.com) - Fast-Track Your ML Career
* 🏢 Trusted by Fortune 500 Teams
Learn end-to-end ML engineering from industry veterans at [PAIML.COM](https://paiml.com)
# Python For DevOps: Learn Ruthlessly Effective Automation
#### Publisher: [O'Reilly Media](http://shop.oreilly.com/product/0636920274902.do)
#### Release Date: December 31st, 2019

* [Buy a Physical Copy from Amazon](https://www.amazon.com/Python-DevOps-Ruthlessly-Effective-Automation-dp-149205769X/dp/149205769X)
* [Buy a Kindle Copy from Amazon](https://www.amazon.com/Python-DevOps-Ruthlessly-Effective-Automation-ebook-dp-B082P97LDW/dp/B082P97LDW)
* [Buy a Physical Copy from Barnes and Noble](https://www.barnesandnoble.com/w/python-for-devops-noah-gift/1132124390?ean=9781492057697#/)
* [Buy a Nook Book Copy from Barnes and Noble](https://www.barnesandnoble.com/w/python-for-devops-noah-gift/1132124390?ean=9781492057642#/)
* [Read Online](http://shop.oreilly.com/product/0636920274902.do)
* [Download Source Code from Github](https://github.com/paiml/python_devops_book)
* [Python for DevOps Website](https://pythondevops.com/)
#### Build Status
[](https://circleci.com/gh/paiml/python_devops_book)
### Abstract
Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform.
Learning how to interact and automate with Linux is essential for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. Looking for effective ways to "get stuff done" in Python? This is your guide.
Python foundations, including a brief introduction to the language
How to automate text, write command-line tools, and automate the filesystem
Linux utilities, package management, build systems, monitoring and instrumentation, and automated testing
Cloud computing, infrastructure as code, Kubernetes, and serverless
Machine learning operations and data engineering from a DevOps perspective
Building, deploying, and operationalizing a machine learning project
## Book Outline
### Chapter 1: Python Essentials for DevOps
### Chapter 2: Automating Files and the Filesystem
### Chapter 3: Working with the Command Line
* [Source Case Study](https://github.com/noahgift/nuclear_powered_command_line_tools)
* [GPU Programming Colab Notebook](https://github.com/noahgift/cloud-data-analysis-at-scale/blob/master/GPU_Programming.ipynb)
* [Notes](https://paiml.github.io/python_devops_book/notes/chap3)
### Chapter 4: Useful Linux Utilities
### Chapter 5: Package Management
### Chapter 6: Continuous Integration and Continuous Deployment
* [Source](https://github.com/noahgift/hugotools)
* [Notes](https://paiml.github.io/python_devops_book/notes/chap6)
### Chapter 7: Monitoring and Logging
### Chapter 8: Pytest for DevOps
### Chapter 9: Cloud Computing
* [Source](https://github.com/paiml/python_devops_book/tree/master/src/chap9)
* [Notes](https://paiml.github.io/python_devops_book/notes/chap9)
### Chapter 10: Infrastructure as Code
### Chapter 11: Container Technologies: Docker and Docker Compose
### Chapter 12: Container Orchestration: Kubernetes
### Chapter 13: Serverless Technologies
### Chapter 14: MLOps and Machine learning Engineering
* [Source](https://github.com/paiml/python_devops_book/tree/master/src/chap14)
* [Notes](https://paiml.github.io/python_devops_book/notes/chap14)
### Chapter 15: Data Engineering
* [Source](https://github.com/noahgift/awslambda)
### Chapter 16: DevOps War Stories and Interviews
## Got Feedback?
If you have any suggestions as the book is being developed please [create a ticket](https://github.com/paiml/python_devops_book/issues) and let us know! Thanks for helping make this an incredible book.
## FAQ
A list of Frequently Asked Questions about the book:
* [FAQ](https://paiml.github.io/python_devops_book/docs/faq)
## Addendum
Updates on new material post book release.
* [Addendum](https://paiml.github.io/python_devops_book/docs/addendum.md)
## Contact Authors
### Noah Gift
* [Noah Gift Website](https://noahgift.com)
* [Noah Gift Linkedin](https://www.linkedin.com/in/noahgift)
* [Sign up for Pragmatic Labs Mailing List](https://newsletter.paiml.com/social)
* [Read other books by Noah Gift](https://www.noahgift.com/books/latest/)
* [Take courses by Noah Gift](https://www.noahgift.com/courses/latest/)
* [Watch Videos by Noah Gift](https://www.noahgift.com/videos/latest/)
* [Take the Foundations of Data Engineering Specialization](https://www.coursera.org/specializations/python-bash-sql-data-engineering-duke)
* [Take the Specialization: Building Cloud Computing Solutions at Scale Specialization](https://www.coursera.org/learn/cloud-computing-foundations-duke?specialization=building-cloud-computing-solutions-at-scale)
#### 📺 Latest YouTube Videos

- [Pragmatic AI Labs Interactive Labs Next Generation](https://www.youtube.com/watch?v=Sq0S4-B40iY)
- [Meta and OpenAI LibGen Book Piracy Controversy](https://www.youtube.com/watch?v=05ECrPw8igE)
- [Rust Projects with Multiple Entry Points Like CLI and Web](https://www.youtube.com/watch?v=xnAqZcvuEA0)
- [Python Is Vibe Coding 1.0](https://www.youtube.com/watch?v=Ar3q8G-E0y8)
- [DeepSeek R2 An Atom Bomb For USA BigTech](https://www.youtube.com/watch?v=OqJ0-sK6sgU)
- [Build a Rust Decoder Ring](https://www.youtube.com/watch?v=4PJKUFkfOSQ)
- [Why OpenAI and Anthropic Are So Scared and Calling for Regulation](https://www.youtube.com/watch?v=IuDqjceeolk)
### Kennedy Behrman
* [Kennedy Behrman Linkedin](https://www.linkedin.com/in/kennedybehrman/)
### Alfredo Deza
* [Alfredo Deza](https://www.alfredodeza.com/)
### Grig Gheorghiu
* [Grig Gheorghiu](https://www.linkedin.com/in/ggheorghiu/)
* [✨Pragmatic AI Labs builds courses on edX](https://insight.paiml.com/d69)
* [ 💬 Join our Discord community](https://discord.gg/ZrjWxKay)