I am a beginner, and I am totally confused, which of these 3 languages to learn first. Go, Rust, or Python. As my studies are going which of them will be easy to learn with studies that is, I can learn and do my studies also. Which one of them will be easily handled with my studies, and will be much much useful in future?
Rust is probably a bad choice for starting out. It is a low level language where garbage collection is not done automatically, and has to get you thinking about all the technical aspects. It is statically typed and compiled, so it's very strict with how you code. I do love Rust though, it's a nice language. Golang is also compiled and statically typed, but it aims to be for quick development, which makes it a better choice for starting out.
Python though can be great for starting out and getting a hold on how to program. You don't need to worry about things such as types, garbage collection, or an overwhelming amount of data types. Since I'm a JavaScript fanboy I can't help but say another great popular choice to start is JavaScript 馃榿
hey thanks a lot first i was too confuse between JavaScript and python
then i saw lots of videos between python and JavaScript then i decided to take python as JavaScript is a great language and then i think we have to learn first html and CSS for that. So I decided to take it after python.
For a browser, the front-end that the user sees, HTML and Javascript and CSS are what it understands. You really need to learn these. Python is used more on the backend server, although Javascript can be also. So the real question is, do you want to do back end or front end programming or both.
I chose Python over Go and Rust because Google supports it well, regardless of what I use it for on their servers, it's stable, and it is easy to use.