Needs advice
on
GolangGolangPythonPython
and
RustRust

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?

READ LESS
8 upvotes383.5K views
Replies (17)
What do I put here?
Recommends
on
Python

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 馃榿

READ MORE
4 upvotes2 comments309K views
扦arvit Kumar
扦arvit Kumar
January 21st 2021 at 6:03AM

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.

Reply
Pamela Pierce
Pamela Pierce
January 27th 2021 at 6:15AM

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.

Reply
Recommends
on
Python

python is a good language to start for the beginner.

READ MORE
12 upvotes2 comments319.9K views
Jason Bazinet
Jason Bazinet
January 23rd 2021 at 6:39AM

I am starting out from scratch, and I chose Python as well.

Reply
扦arvit Kumar
扦arvit Kumar
January 20th 2021 at 7:02AM

Thanks a lot

Reply
View all (17)
Avatar of Kudos Beluga

Kudos Beluga

What do I put here?