0
What language should I start with?
I'm totally new to coding. Was thinking to start with Java as I've heard that C and C++ are becoming obsolete. Is this correct? If not, then which language should I choose to begin with? Thank You.
6 odpowiedzi
+ 4
Python, Python, Python! No doubts about it!
+ 2
Depends on your goals. For me to be honest i find java and c# two amazing programming languages using it day in day out. Learning many programming languages is really good and fun but for now i recommend C# for you. In the meantime do some other research and make sure you choose a language which helps you accomplish your goals rather than picking an easy language to learn.
+ 1
thanks. I think I know where to start considering what I want to do ahead.
+ 1
In my opinion you first learn HTML its too easy then Python because it is also so much easy HTML is basic and much comfortable in learning :)
0
Welcome!
0
I've started with python but now java is much more harder cause Python hides a lot of stuff that happens
like..,
print("dsads")
java:
System.out.println("dsa")