I want to delve myself into programming world. Which language should I learn first? Which one is comparatively easier to get along with?
Python .
Depends on what you want to do, OP.
mobile apps? Java/Swift
Web dev? javascript/python/ruby/golang
low level OS/embedded? C
game dev and general purpose applications? C++/Rust
But if you don't know where to start, I'd go with javascript since it's used everywhere and is generally good to know.
Originally Posted by gmcheems
Depends on what you want to do, OP.
mobile apps? Java/Swift
Web dev? javascript/python/ruby/golang
low level OS/embedded? C
game dev and general purpose applications? C++/Rust
But if you don't know where to start, I'd go with javascript since it's used everywhere and is generally good to know.
Pretty much this^^^
Python, as others have recommended, is good for beginners.
+1 for Python, it's a great language to start with to get the real basics, then you can move on to another depending on what you are planning on doing
Hello
Originally Posted by Philomath
I want to delve myself into programming world. Which language should I learn first? Which one is comparatively easier to get along with?