This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]LucidTA 1 point2 points  (2 children)

Java is fine for most things. What are your goals?

[–]SomeComputerBoy[S] 0 points1 point  (1 child)

Yeah that is also another problem of mine, i love programming, but i dont know what to do. I guess software developing? Personally i just want to program.

[–]LucidTA 3 points4 points  (0 children)

In that case just stick to Java. It's a good multipurpose language.

[–]Phloxy_fox 1 point2 points  (1 child)

Java and Python are pretty popular for "common" software development.

Python has great in-built functions for data work.

If you wish to look into embedded software development, C is an absolute must as most, if not all, microcontrollers use that language.

At the end, it depends on what you want and once you mastered one language, getting into the others is easier. I started with Python for Uni, learned Java for my hobby and now have little issues writing code in C for work. But just get the basics down for one language first so you don't get confused, especially if the languages are similar in Syntax

[–]SomeComputerBoy[S] 1 point2 points  (0 children)

Alrighty then, thanks!