Golang vs Python - Which Programming Language is The Best? | Python vs Golang | Python vs Go

preview_player
Показать описание
Golang vs Python - Which Programming Language is The Best? | Python vs Golang | Python vs Go

Both Python and Go are very similar in the sense that they are both very beginner friendly, and somewhat forgiving when it comes to errors. They also both have great readability, that is, their variables, classes and methods all have a single purpose and are arranged with a consistent indentation and formatting style.

When thinking about syntax, Python and Go are a case of same same – but different. The high-level functions like slices, maps, lists and dicts look familiar, and the range in Golang works the same as Python’s enumerate.

Python programmers can understand Go fairly easily as the structures follow similar design principles in regards to reducing clutter and preventing overly complex code.

But that’s where the similarities stop really.

____________
00:00 - Intro
02:36 - The choices, golang vs python
04:36 - Python pros
06:30 - Python cons
07:52 - Golang pros
10:14 - Golang cons
*

Kofi Group helps startups outcompete FAANG (Facebook, Amazon, Apple, Netflix, Google) and big tech in the highly competitive, war for talent.

Our videos cover hiring tips and strategies for startups, software engineering and machine learning interview preparation, salary negotiation best practices, compensation analysis, computer science basics, artificial intelligence, tips for other recruiters, and much more!

Hit the SUBSCRIBE button and we'll see you in the comments!

__________
Music - Forgotten by XIAO-NIAO
__________

#golang #python #golangvspython #faang #startup #kofigroup
Рекомендации по теме
Комментарии
Автор

Code: Ive been doing ML ops for 15 years. Pure python is slow, and yet it's data language of choice, why? Well because it's only slow when it doesn't matter, when it matters you use Numpy and Numba. Parallelization got you down? Oh look Dask and Rapids to fully utilize those GPU's.

mageover
Автор

I am working with Golang and enjoying it so much.I wish Golang will be my best partner. Thanks for this video.

farhadhossain
Автор

Great intro, i like the way u compare python and go with power rangers and other cartoon characters it makes much sense

techlifejournal
Автор

I don't much much experience with Golang, but I know Python has tons of packages and libraries, does Golang have a sufficient amount as well?

brandonhatch
Автор

You introduced Golang as the middle aged Python as the highschool

When I first jumped into Go from Python, I found the conventions to be quite odd, If you come from Python and you're using Go then you know what I'm talking about, the Go conventions are what I learned not to do in Python and vice versa....

nathanlloyd
Автор

Why not both? Why not get advantages of Java, Python and Go? Every good programmer knows that there’s no such thing as a best programming language.

There a multiples that are good for some particular stuff under certain conditions.

analisamelojete
Автор

Which can be choosed as life time one time learned language out of these??

yqbgsym
Автор

Broo.. For enterprise POS software with Sql database., I need to create a sales order using web.. will i go for django or expressjs(nodejs) or golang ??
Also which has future scope??

zulfiqar
Автор

The advice here shows that the author doesn't really understand the different benefits and downsides of the language restrictions, , compilers, build differences, etc.

vesder