MarWo22 Posted June 8, 2018 Posted June 8, 2018 I started out with a little bit of scripting but i realised my knowlege is really keeping me back from good scripts, so I'm looking for an online place to learn some Java. Preferably free. If anyone has some reccomendations that would be nice. Thanks
Chris Posted June 8, 2018 Posted June 8, 2018 1 hour ago, MarWo22 said: I started out with a little bit of scripting but i realised my knowlege is really keeping me back from good scripts, so I'm looking for an online place to learn some Java. Preferably free. If anyone has some reccomendations that would be nice. Thanks https://docs.oracle.com/javase/tutorial/java/TOC.html 1
Sysm Posted June 8, 2018 Posted June 8, 2018 1 minute ago, Chris said: https://docs.oracle.com/javase/tutorial/java/TOC.html Hello world. 1
01053 Posted June 8, 2018 Posted June 8, 2018 (edited) Most of these videos are super out-dated, whilst it's good to have a basic grasp on Java but it takes a bit more than a basic understanding to write an efficient and functional script if you're doing it right. EDIT: Reading the API and understanding how things work is a very good start also. Edited June 8, 2018 by 01053
billyboy420 Posted June 10, 2018 Posted June 10, 2018 I'm guessing you're a bit more advanced but the Google learning to code app Grasshopper is a really good place for absolutely new people to start learning the basics. I'm guessing you're a bit more advanced but the Google learning to code app Grasshopper is a really good place for absolutely new people to start learning the basics.
sellout_89 Posted June 10, 2018 Posted June 10, 2018 (edited) http://mooc.fi/courses/2013/programming-part-1/ You can use this online course. It gets you to do a ton of exercises and final projects. (2 parts) Edited June 10, 2018 by sellout_89