ProxyBoost
Registered Member
- Jun 22, 2024
- 83
- 46
Hi everyone, I'm just starting my coding journey. Which language would you recommend for a beginner: Python or Go, and why?
Senior dev here. Chose Python, It's the present and the futureHi everyone, I'm just starting my coding journey. Which language would you recommend for a beginner: Python or Go, and why?
I was paid to write in python. I even tried to port some of my code to Go, but performance gain was not worth it.It depends a lot with what you are looking for your future
Python is easier as everyone has already said, hence the entry barrier is inexistent. My dog can develop anything in Python, so basically noone is paid for programming in Python.
100% of the python devs are paid for their "other" skill (call it MLOps, Data Science, etc...)
Go is entirely different food. People are getting paid for being Go or Rust developers. Complicated languages meant to replace C/C++ in any modern software that requires efficiency.
Also if you are thinking in anything web business, forget about all these. JavaScript/Typescript are the new kings that are replacing anything PHP.
If you are a beginner, you can go for Python, but if you want a backend with better performance, you can choose Go language.Hi everyone, I'm just starting my coding journey. Which language would you recommend for a beginner: Python or Go, and why?
Python - it's much more beginner-friendly due to its simpler syntax, readability and vast learning resources. Go is powerful but has a steeper learning curve. Python lets you focus on learning to code rather than wrestling with complex language rules early onHi everyone, I'm just starting my coding journey. Which language would you recommend for a beginner: Python or Go, and why?