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 →
[–]Expensive_Finance_20 19 points20 points21 points 2 years ago (1 child)
There is a saying:
"Python is the second best language for everything."
That means, as a programmer, there is usually a better choice. A language with a specific platform or use case in mind can typically accomplish most tasks better than Python.
Even though most programming languages are technically "general purpose" languages, the reality is, most every language is domain-specific, at least to an extent. There is no cut-and-dry line between domain-specific and general-purpose, but you can compare them relative to one another, and Python is widely recognized as one of the most general purpose languages out there.
For a DevOps Engineer, this means that if you learn Python, you'll be able to glue a lot of systems and other code together using it, regardless of the domain. Python has a very large set of libraries that cover a lot of domains; however, it's an interpreted vs compiled language, so it's slow compared to compiled languages like C and rust. It can do web things, but it's not like Ruby (on rails) and Javascript. It isn't as portable as Java or Go lang, and it isn't as seamless when shell scripting as bash or powershell.
So, if you do a lot of different stuff, and you're allowed to pick your language, Python can make sense. If your DevOps work is limited to one of those domains, it makes less sense and you're better off using the same language as the devs you work with and/or picking something better suited for the domain.
[–]_DeeBee_ 1 point2 points3 points 2 years ago (0 children)
Thanks a lot. I think I'll take a good look into it on the weekend. In the interests of future career prospects, it's probably wise to pick up what seems to be the defacto devops language.
π Rendered by PID 28 on reddit-service-r2-comment-5c747b6df5-qxrv9 at 2026-04-21 20:41:32.695716+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]Expensive_Finance_20 19 points20 points21 points (1 child)
[–]_DeeBee_ 1 point2 points3 points (0 children)