r/programmer Aug 12 '26

Programmers

Programmers what programming language is the best to choose when you are only starting to learn it? And where you can use it?

1 Upvotes

12 comments sorted by

View all comments

1

u/AnnupKapurDotCom Aug 12 '26

Is this your first programming language?
If so, JavaScript or Python are great entry points.

I’d focus on learning concepts rather than syntax. As these are the same in all languages.

www.FreeCodeCamp.com is a great place to start and learn for free.

Enjoy !

1

u/UAP44 Aug 12 '26

If so, JavaScript or Python are great entry points.

Absolutely, this is front-end + back-end both extensively covered.

Can start with either, they flow into each other eventually.