Golang Vs Python in 2024

Sdílet
Vložit
  • čas přidán 27. 02. 2024
  • All Clips are from the live stream of Melkey
    / melkey
    Join the amazing community on Discord
    Discord: / discord
    SUBSCRIBE OR GET LAID
    ╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
    ║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
    ╠╗║╚╝║║╠╗║╚╣║║║║║═╣
    ╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
    Discover the ultimate programming showdown: Go vs Python. Dive into this concise comparison to learn key differences, performance metrics, and use cases. Perfect for developers choosing the right language for their next project. #Programming #GoVsPython #TechComparison
    #coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment #gymbro #gym #programmerhumor #programming #coding #golang #go #golanguage
  • Věda a technologie

Komentáře • 16

  • @TheMelkManExtra
    @TheMelkManExtra  Před 3 měsíci +2

    Hope you all enjoy this video - let me know what you think and consider subscribing!

  • @gawwad4073
    @gawwad4073 Před měsícem +4

    There are WAY more jobs for python backends compared to go. Difference in salary is purely based on experience too. There is no career related reason to suddenly switch to go. As a fresh junior dev you're going to do your self a huge disservice if you start learning things unrelated to your current work. Get familiar with the stack at your job first. Do some own projects with the same technologies if you want to spend your spare time. You're going to benefit much more from a deep understanding of python than a surface level understanding of python and go.

  • @nickklaver11
    @nickklaver11 Před 2 měsíci +4

    To be honest, choosing a language depends on you or your company more than should you learn it. Ask 2 questions: 1. Do I need/ would it help to learn the language. 2. Do I want to learn the language and do I have the disposable time. if the answer to one of the questions is yes go and do it. learning other languages helps in understanding more about programming. But other actions can be taken to learn more like learning patterns like strategy, dependency injection, etc. Or learning more about testing, scrum, or other ways of collaboration. For now, I don't see the need for me to learn Golang. Since I don't want to take up another project. It looks like an interesting language. Like C with a garbage collector.

  • @spurce2179
    @spurce2179 Před 29 dny +1

    This is me but replace Java with Python. Jumping in head first into GO because it seems cool and because I noticed the go jobs tend to be better paid so I'm jumping in. Just building experience then I'll wait for the right time.

  • @JEdVcM
    @JEdVcM Před 24 dny

    Yeah kind of my sentiment too. Doing Python is beneficial, especially with its sky-high popularity right now, but moving on is perhaps inevitable, which only becomes clear with hindsight. I was very anti-Go a few years ago, I saw it as a painfully pedestrian language, imposing its disagreeable opinions on you. Meanwhile, in Python, freedom and elegance awaits!
    However, if you grow weary of Python after a few years for whichever of the possible reasons, Golang is quite the natural progression.
    The way I see it now, I'm happier to live together with Go's opinionatedness even when I disagree with some of them. Accepting them means many decisions you don't have to make. That's why Go is now my go-to choice for quick-and-dirty programs but also professional backend development. Backend programs don't need to build super sophisticated worlds of class structures these days, they don't have to solve all the problems in the same process. What they need to do is communicate well and play nicely with the outside world and give the user (the programmer) as much help as they can.

  • @lazyh0rse
    @lazyh0rse Před 20 dny

    Python is such a great language in terms of tooling and just very quick to finish. I like go, but it's way more verbose than python, the ecosysten is much less abundant too

  • @stopper0203
    @stopper0203 Před měsícem

    Rust 🦀!!!!

    • @raptorate2872
      @raptorate2872 Před měsícem +3

      Can finish 2 projects in python or go by the time you done fighting the rust compiler

    • @stopper0203
      @stopper0203 Před měsícem

      @@raptorate2872 Not if ur good at rust

    • @raptorate2872
      @raptorate2872 Před měsícem +3

      @@stopper0203 that's the issue almost nobody is. Most successful projects are project rewrites. Not enough people have actually created robust software and those who have or those who currently are also still learning. The Rust gurus of this world are maybe a select few. I dunno if you noticing but rust projects regularly run into issues. The language was made to address the limitations and weaknesses of C++ only to end up in the same traps as C++.

    • @lazyh0rse
      @lazyh0rse Před 20 dny

      Why would I use rust when my python backend can handle 20k req/s? You have to ask yourself, at what point performance really matters? For 95% of cases you dont need it

    • @stopper0203
      @stopper0203 Před 20 dny

      @@lazyh0rse Why would I use python when I could use rust?