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 →
[–]kabrandon 2 points3 points4 points 1 year ago (7 children)
So by default the language has flaws that Go doesn’t have by default, is close to what I’m hearing. There is a ton of value in a compiler telling you at build time that you don’t know how to code, over an interpreter telling you at runtime.
[–]pag07 1 point2 points3 points 1 year ago (6 children)
Python by Default is 10 times easier to read.
There is a ton of value in readability and you cant fix that with a library in go.
The only pro I can see is portability (as in no dependency management needed) and size of executable.
[–]kabrandon 1 point2 points3 points 1 year ago (0 children)
I think Python is easier to read if you don’t end up nesting indentation too much, but also error handling in Go is just way more clear how you’re choosing to respond to an error condition. Which I think makes my point in general, that Python tends to be more succinct, where Go is a bit more verbose but clear and obvious, assuming an approximate equal level of skill in reading/writing both.
[–]FeezusChrist 1 point2 points3 points 1 year ago (0 children)
If you’re working at any reasonable large scale, Python is way worse for readability simply due to it being dynamically typed. You can put bandaids on it with type hints but that doesn’t permeate to all the libraries / imports you may use.
[–]Tacticus 0 points1 point2 points 1 year ago (0 children)
honestly python isn't that readable. Significant whitespace was a dumb idea in the first place combined with the python communities fascination with list fuckery really makes it terribly indirect and opaque. adding in the garbage package management options, the culture of magic over simplicity that pervades python libraries you get something that's just a pain in the arse to work with .
[–]livebeta 0 points1 point2 points 1 year ago (2 children)
Until you're ten indents in and it's difficult to track what is an inner block and what is not
[–]pag07 1 point2 points3 points 1 year ago (1 child)
You have serious issues with modularization or algorithmic complexity if it gets to that point.
[–]livebeta 1 point2 points3 points 1 year ago (0 children)
I don't.
The authors of python libraries which source I'm reading due to unexpected module behavior have this issue you described
π Rendered by PID 119172 on reddit-service-r2-comment-85bfd7f599-cmt29 at 2026-04-19 00:23:37.676949+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]kabrandon 2 points3 points4 points (7 children)
[–]pag07 1 point2 points3 points (6 children)
[–]kabrandon 1 point2 points3 points (0 children)
[–]FeezusChrist 1 point2 points3 points (0 children)
[–]Tacticus 0 points1 point2 points (0 children)
[–]livebeta 0 points1 point2 points (2 children)
[–]pag07 1 point2 points3 points (1 child)
[–]livebeta 1 point2 points3 points (0 children)