Sinisterly
New to coding - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: New to coding (/Thread-New-to-coding)

Pages: 1 2


RE: New to coding - riz777 - 01-27-2022

I'm recommend starting with HTML and Java. They'll teach you the basics. There's the big book of Java which is quite useful.


RE: New to coding - Clifford Johnson - 02-11-2022

What platforms can you recommend?


RE: New to coding - anime32 - 03-20-2022

dont search internet for problems.make your own logics


RE: New to coding - Isikbenisk - 03-20-2022

(01-27-2022, 12:47 PM)riz777 Wrote: I'm recommend starting with HTML and Java. They'll teach you the basics. There's the big book of Java which is quite useful.

Java is good, in order to learn some of the basics but it is also not simple to just start coding. You need classes, main function, entire IDE, installing JRE and JDK and only installing LTS. Unlike python or nodejs where you just work with packages instead and can start coding by just typing python in the terminal.