|
| 1 | +title: DevOps with Python, Maintaining and Contributing to Open Source |
| 2 | +slug: devops-python-maintaining-contributing-open-source |
| 3 | +meta: Read about using Python for DevOps, maintaining open source projects and contributing to open source. |
| 4 | +category: post |
| 5 | +date: 2017-11-13 |
| 6 | +modified: 2017-11-13 |
| 7 | +headerimage: /img/visuals/email-post-header.jpg |
| 8 | +headeralt: Python programming language and Full Stack Python logos. |
| 9 | + |
| 10 | + |
| 11 | +[**DevOps, Continuous Delivery... and You**](https://www.fullstackpython.com/blog/devops-continuous-delivery-you.html) |
| 12 | +is a blog post with the slides and notes based on a class I taught at |
| 13 | +the [University of Virginia](http://www.virginia.edu/) this past week. Most |
| 14 | +of the content is relevant as a brief introduction to |
| 15 | +[DevOps](https://www.fullstackpython.com/devops.html) and Continuous Delivery, |
| 16 | +especially for junior developers and less-technical managers of software |
| 17 | +teams. Let me know via an email or tweet if you enjoy the format and I will |
| 18 | +do the same style blog post with future technical talks. |
| 19 | + |
| 20 | +Speaking of feedback on open source projects, |
| 21 | +[this GitHub issue thread named "**thank you**"](https://github.com/jhund/filterrific/issues/147#issuecomment-341867147) |
| 22 | +is incredible to read. The issue ticket blew up on the front page of Hacker |
| 23 | +News as an example of how powerful genuine positive comments can be for |
| 24 | +project maintainers. Every time I get a thank you tweet |
| 25 | +([like this one](https://twitter.com/foozmeat/status/928834578864750592)), |
| 26 | +email or GitHub issue it certainly helps to motivate me to continue working |
| 27 | +hard on Full Stack Python. |
| 28 | + |
| 29 | +[**Contributing to open source**](https://talkpython.fm/episodes/show/132/contributing-to-open-source) |
| 30 | +is a recent [Talk Python to Me](https://talkpython.fm/) podcast episode in |
| 31 | +the same vein as thanking your maintainer. Working on open source projects |
| 32 | +with your own contributions to documentation or simple bug fixes can be a |
| 33 | +great way to become a better programmer. I particularly enjoyed the |
| 34 | +recommendations of the panel to cut your teeth on smaller open source projects |
| 35 | +rather than trying to jump into a massive codebase like |
| 36 | +[Django](https://github.com/django/django) or the |
| 37 | +[CPython](https://github.com/python/cpython) implementation. Take a listen |
| 38 | +to that podcast episode if you are new to open source or have been wondering |
| 39 | +how to get involved. |
| 40 | + |
| 41 | +As always, send me an email or [submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues) |
| 42 | +to let me know how to improve |
| 43 | +[Full Stack Python](https://www.fullstackpython.com/) |
| 44 | +as I continue to |
| 45 | +[fill in the table of contents](https://www.fullstackpython.com/table-of-contents.html) |
| 46 | +with [new pages](https://www.fullstackpython.com/change-log.html) |
| 47 | +and |
| 48 | +[new tutorials](https://www.fullstackpython.com/blog.html). |
0 commit comments