Best programming language to start with in 2024 for beginners.
ADVERTISEMENT
Comments 11
revadawn74:
People be learning python while me and my homie start with …
More Like This
1:15
What does Rocky eat in Project Hail Mary? #projecthailmary #rocky #ryangosling #movie
Education
3.0k
64
1:11
HOW IRAN SHOT USA's F35 #viral #space #3danimation #explained #science #documentary
Education
0
0
0:48
The Discovery That Broke Every Rule Of Science.#viral #documentary #trending #fyp #history#explained
Education
5
0
0:30
#media
Education
0
1
0:50
A Glacier Started Pouring Blood-Red Water...!
Education
42
0
18:15
Pagal Scientist ki Galti se Faila ZOMBIE VIRUS | COLONY Korean Movie Explained In Hindi
Education
129
1
1:05
Storks’ Superpowers Explained: The Science You Never Knew! (ANALYSIS.) documentary bio.
Education
10
0
0:47
“Runny Nose Science Explained: 3D Inside Your Body Documentary”#shorts #viral
Education
41
0
You've reached the end
People be learning python while me and my homie start with C++ and quit within a week.. Jokes apart. I think the first language should always be C. Not for building things, bur for understanding what programming actually is at the fundamental level.
I love and dislike this advice. I feel like Python is a language that is in reality a solution to a problem that beginner devs don't have context for. I tried to learn python years ago and quit because it was boring. Then I tried C# and found it much more engaging. Of course starting with Python isn't bad advice but to anyone reading this take it with a grain of salt.
"I need to make something to do a task and it doesn't need to be fast" is the demographic
Hi sir , I am learning Python and have started building games I have also learned OOP and study every day to become a back-end developer. What is your advice?
Python is good for cybersecurity or cloud computing tasks.
I agree with Tim here in that Python's simpler syntax provides beginners with a gentler learning curve to programming. I also vehemently *disagree* that C/C++ should be a beginner's first language. Not only are they very difficult for beginners, both languages are inherently memory unsafe and can cause horrible security vulnerabilities if the code is not thoroughly vetted by experts, which is precisely what happens with beginner code. I'd say learn Rust in place of C but then Rust is also not a beginner-friendly language.
Thank you!
I think you should start with C so you could appreciate abstractions higher programming give you.
JavaScript gets you more comfortable with syntax that not only it has but other programming languages have. Python might give you easier access to learn, but then when you want to switch to advanced programming. Other languages start to seem more difficult due to syntax and advanced programming. I recommend starting with Java or C# just since most backend development use those. JavaScript is next since most developers need to understand the front end. But in my opinion Java gives you more opportunities and not only doing backend development, but android development which I believe is lacking devs these days.
Start with C and C++
Agree with last comment. Python is a powerful language but it's too heavily influenced by hacks and cheats to be a good first language. Start with a language that has static variables, static arrays, and more verbose structure that emphasises start and end of code blocks. Once you grasp those, you'll love a language like Python because it's faster to code in but you'll now understand what you're actually doing.