5 BEST Programming Languages For Beginners (2023)

preview_player
Показать описание
What's the best programming language for beginners? In today's video I'm showing you the 5 best programming languages for beginners in 2022. If you're ready to learn to code, don't miss this one! **open me**

0:00 intro
0:34 Python
1:27 Ruby
2:13 Golang
3:08 JavaScript
4:47 Scratch
5:37 What programming language would I pick from this list?

=========================
⬇️ Cool stuff ⬇️
=========================

I’m an affiliate of AlgoExpert / Educative / Amazon and may make a few bucks if you buy something:

📚PEEP MY SIX TOP-RATED BOOKS:

✅ SUPPORTING REALTOUGHCANDY

Рекомендации по теме
Комментарии
Автор

What's the easiest programming language to learn?

RealToughCandy
Автор

And then there is me, my first programming language was C++

TheToxiss
Автор

Oh my goodness, you’re back ! (& seem to have been for a while now lol). Nice to see you posting Ms. Candy!

TheAmazinRaven
Автор

JavaScript is Top-5 best language for beginners??? Really??? JS is easy only if you use it to just dynamically change div background color. But actually it's difficult af

i_dont_likevodka
Автор

pretty sure double semicolons will not throw an error

RedStone
Автор

2:06 obvious typo, should read "ruby" not "python"
3:50 Same thing works in C or Python, so no big deal. Wat talk has a few more funny examples. (Python also has some strange cases when it comes to chaining conditions)
There are things in JavaScript that are way worse, so many soft-fails that exist because version 1 had no error handling at all, and "==" abstract equal can be great but also give some unpleasant surprises.
Assigning to a variable that does not exist creates it as a global variable. At least that one can be fixed by "'use strict';".
Global variables created without "let" or "const" are properties of the global object, giving you a hell of a time if you for example create a global variable called "name" and assign a non-string to it.
JavaScript carries around a mine field of legacy stuff, and we have to rely on linters and other tools to warn us.
I still see its value as it's the language browsers support natively, but I assume it will have to share with languages compiled to wasm in the future, it's already happening for some browser games.

PhrNoBr
Автор

Python is a hyped language by college kids and newbies and its slow, and those who loveit are usually kids and newbies withno experience in the job market

scottgreen
Автор

My favorite programming language is Python, I recommend everyone to choose this programming language! It has soooo many positive aspects.

adrian-
Автор

Just a suggestion. Please give a warning before showing crawling things everyone like seeing real pythons....otherwise great video:-)

engaginghowto