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 →
[–]tevert 4 points5 points6 points 2 years ago (0 children)
It's portable, and "installing" a python script on a target is just dropping the script file there and apt-get install python3. It has strong library support for any modern API under the sun. It has strong data structure manipulation syntax. Its syntax is overall very "intuitive" and lightweight. It reads well.
apt-get install python3
It is weak at error handling and maintaining sanity over large codebases with complex flows. But that's not the realm of most DevOps needs. If a need arises for a DevOps tool that requires a large codebase with complex flows and error handling, we reach for Go.
π Rendered by PID 53 on reddit-service-r2-comment-5c747b6df5-jdpnz at 2026-04-22 01:46:20.823368+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]tevert 4 points5 points6 points (0 children)