Jump to content

Recommended Posts

Posted

Morning all,

 

Been asked by an IT teacher about good sites that the kids can use to learn Java. Something they can do in class and at home in their own time if possible.

 

We are currently using codeacademy.com for javascript and html/css which is fantastic, and a site I would recommend. Has anyone come across anything similar to this?

 

Thanks

Posted
I've used the official Java Tutorials extensively over the last 6 years whilst learning Java as part of my degree which I've just finished and they're pretty comprehensive The Really Big Index although can be a bit dull and dry. Dipped into several other websites and blogs during that time when I've got stuck but never found anything as complete as the official site.
  • 1 month later...
Posted
I know this is an old thread, but for anyone else browsing, greenfoot.org is a really good site/program for teaching and learning Java. It's all "real" Java coding, but in a friendly (and slightly more fun) way.
Posted

i've used a few resources for learning to program some are not directly related to java.

 

i start with

 

Lightbot

Anybody can learn | Code.org

Scratch - Imagine, Program, Share

CodeCombat - Learn how to code by playing a game

 

then moving onto java.

 

Greenfoot

BlueJ

- there is also a textbook for bluej / java that we are working through

 

I learnt java from the java tutorials many moons ago and found them great, but had good coding knowledge when i started, I think understanding coding fundamentals and concepts is the first hurdle to get the kids over, trying to entry level into java is quite hard without the fundamentals.

 

by fundamentals i mean instructions, loops, conditional if / else, variables

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...