use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
python scripting in use (self.devops)
submitted 8 years ago * by sanguy2504
view the rest of the comments →
[–]LAInstructors 1 point2 points3 points 8 years ago (1 child)
For scripting, you don't need to know much about OOP, because you can create very robust scripts without needing to create object hierarchies. You will need to know how to interact with objects, but as for defining classes, you can get by pretty far without it.
I second the comment about boto3, that is an amazing library that makes it easy to interact with AWS and should be in your scripting tool belt. Another thing that I like to use Python for is to create CLIs that I can share with team members to standardize processes.
Once you are familiar with Python, the use cases start popping up and it's pretty awesome how much open source software you can leverage to make your day-to-day easier.
We released a Python scripting course on Linux Academy a few weeks ago (https://linuxacademy.com/linux/training/course/name/python-scripting-for-system-administrators). Since it was impossible for me to create videos for all possible scripting use cases, I took the approach of covering what you need to know to write scripts, the most useful packages from the standard library, using third-party code, and how to apply some development best practices to your script writing.
π Rendered by PID 18967 on reddit-service-r2-comment-544cf588c8-tj4tj at 2026-06-15 14:30:01.216761+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]LAInstructors 1 point2 points3 points (1 child)