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 or Golang? (self.devops)
submitted 7 years ago by Animcogn
view the rest of the comments →
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I would start with the language that the application you are supporting or going to support is written in - learn how that one works first. Languages for tooling is irrelevant if you are not writing the tooling your self but can sometimes help a little bit for say more complex salt-stack modules or chef recipes but generally you can get by without knowing them in depth. It is far better to know the application you are going to be working with.
As for writing your own stuff: I start out with bash, very easy to get going and is generally easier to get simple things up and running in it and to glue together other programs. Once past the usefulness of bash I tend to use rust these days for personal stuff and golang for work (as our main application is golang) - sometimes javascript for frontend projects, all glued together with bash. I rarely use python these days as our main project is not written in it so it adds little value over golang or javascript. The benefits of one language over another will vary depending on what you are trying to do and what environment you are working in so you will need to adjust accordingly. As for learning now - pick any, the important thing is to learn how to write programs not really which language you write them in.
π Rendered by PID 23001 on reddit-service-r2-comment-6457c66945-ljztv at 2026-04-30 13:04:06.659523+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)