Coding

Status
This thread has been locked.

expedia

Feedback score
1
Posts
89
Reactions
24
Resources
0
So, I am completely new to this whole coding idea. I have been interested in coding for around 2 years now but never got the chance to try it out. I was thinking of throwing myself into the deep end and start to code simple auto clickers, plugins etc. However, I'm not sure which coding language to learn as there is a wide variety! Sorry if I sound like a complete idiot but I'm very new to coding, Thanks for your advice - expedia
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

expedia

Feedback score
1
Posts
89
Reactions
24
Resources
0
TheNewBoston (He doesn't do minecraft plugin tutorials but in order to code minecraft plugins, you must know java, he has an old but still good playlist of basic java tutorials) Udemy (They offer paid courses on languages, You dont have to use it but if you have the money, I reccommend you search up "Java Master Course" on udemy and get the lesson, Its really good imo) TeamTeamTreehouse (Many people argue codecademy is better but i say TeamTreeHouse is better, Don't flame me, Its just my opinion) Pogostickedev29 (You can skip learning java and watch pogostick29 for coding plugins but i really reccommend you learn java first, then things will become easiers when you're watching pogostick, you'll have a better understanding of what things are instead of just copying his code without knowing what it is actually doing)
Is there any difference between java script and java? If so what is it?
 

CCHannah

Deactivated
Feedback score
1
Posts
17
Reactions
6
Resources
0
Java, take a few online courses or purchase a Dummie's Guide to Java. Tutorials on Youtube that just show you code and tell you what to do won't help. You need to be able to understand why everything is there and what it's purpose is.
 

Jack

Retired Moderator
Supreme
Feedback score
11
Posts
1,210
Reactions
1,462
Resources
0
Is there any difference between java script and java? If so what is it?

Java is used mostly for programming standalone applications, as well as other things such as Minecraft plugins.
Javascript is used in web development as a scripting language to enhance websites in various ways and is executed by your web browser on websites that are using Javascript.

If you're just getting into programming, I would highly recommend Python. Very simple and easy to get into programming and understand how the basics work. Then move into more serious languages, based on what you want to do:
Want to build Minecraft plugins? Java.
Want to build websites? HTML/CSS/JS/PHP.
Want to build programs for Windows (You mentioned an autoclicker)? C#, although you may want to start with VB.Net
And the list goes on.
 

expedia

Feedback score
1
Posts
89
Reactions
24
Resources
0
Java is used mostly for programming standalone applications, as well as other things such as Minecraft plugins.
Javascript is used in web development as a scripting language to enhance websites in various ways and is executed by your web browser on websites that are using Javascript.

If you're just getting into programming, I would highly recommend Python. Very simple and easy to get into programming and understand how the basics work. Then move into more serious languages, based on what you want to do:
Want to build Minecraft plugins? Java.
Want to build websites? HTML/CSS/JS/PHP.
Want to build programs for Windows (You mentioned an autoclicker)? C#, although you may want to start with VB.Net
And the list goes on.
Thanks alot :)
 
Status
This thread has been locked.
Top