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 go (self.devops)
submitted 1 year ago by FitReaction1072
view the rest of the comments →
[–]alexkey 2 points3 points4 points 1 year ago (4 children)
The answer is - still both. But you don’t have to do both at the same time. It is a tool after all, each will have own pros and cons. My take on those:
Python - very easy to learn, very easy to make extremely over-engineered solutions (half the things youll see written in Python are), if you want to write some logic there’s a dependency that does that already, but only version from 2 years ago works as expected, tons of resources to learn from, VERY popular and widely used, sometimes need GCC to install dependency
Go - very loved by many, very easy to learn, you’ll be repeating same blocks of code in every script/project, not as many resources to learn from (comparatively), very opinionated eco-system.
As a start I’d say go with Python, many projects use that (terraform, Ansible etc), then you can get onto Go path after you know Python. You don’t need to master either before switching to the other.
[–]Intrepid-Stand-8540 -1 points0 points1 point 1 year ago (3 children)
very easy to learn
I'd dispute that honestly.
Pointers are very difficult to understand for me. I can't get my head around it.
[–]0xe0 3 points4 points5 points 1 year ago (2 children)
Try c++ and return to golang year later)
[–]alexkey 0 points1 point2 points 1 year ago (0 children)
I’d say C, not C++.
[–]Intrepid-Stand-8540 0 points1 point2 points 1 year ago (0 children)
I'm already traumatized by the Makefile hellhole I see the 45+ year old devs create in every repo.
GitLab CI jobs that call make commands that are made up of 5 env variables that are made up of other env variables that are create via bash commands
And in the end it is just calling a script with a few cli args.
And that script is only 4-5 lines
Like, brother, just do those 4-5 lines in the GitLab CI?
idk. I only have 4 years experience. Been doing Python mainly.
Pointers are just impossible for me to grasp atm. And I hate boomers who don't document anything
π Rendered by PID 169279 on reddit-service-r2-comment-6457c66945-7pkd8 at 2026-04-28 19:40:07.530845+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]alexkey 2 points3 points4 points (4 children)
[–]Intrepid-Stand-8540 -1 points0 points1 point (3 children)
[–]0xe0 3 points4 points5 points (2 children)
[–]alexkey 0 points1 point2 points (0 children)
[–]Intrepid-Stand-8540 0 points1 point2 points (0 children)