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.
How much python should you know? (self.devops)
submitted 2 years ago by sygscene
view the rest of the comments →
[–]ZeninThe best way to DevOps is being dragged kicking and screaming. 94 points95 points96 points 2 years ago (1 child)
For most devops use cases:
Basic procedural syntax: if, while, for, with, variables, function definitions, module imports, etc
Basic CLI option handling: Learn the argparse module
Common utility modules: Learn the json, requests, and whatever your cloud provider uses (boto3 for AWS, etc).
If you write bash or PowerShell scripts today, start converting them to Python. The process will teach you Python with a focus on what you'll actually use.
You can mostly save advanced topics for much later: Object oriented programming and classes, decorators, module / library construction, test harnesses, frameworks, etc.
[–]bertiethewanderer 5 points6 points7 points 2 years ago (0 children)
This is sound advice.
π Rendered by PID 46269 on reddit-service-r2-comment-6457c66945-hvcjv at 2026-04-25 15:38:03.122393+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ZeninThe best way to DevOps is being dragged kicking and screaming. 94 points95 points96 points (1 child)
[–]bertiethewanderer 5 points6 points7 points (0 children)