Jump to content

Recommended Posts

Posted

Our ICT Coordinator would like to get programming back on the curriculum. Do any of your schools currently teach programming? If so, what language(s) are you using please? Pascal? Delphi?

And could anyone recommend any free (or dirt cheap) programming software? (bonus points for those available in MSI format)

Posted
And could anyone recommend any free (or dirt cheap) programming software?

 

You might want to try this question over at the TES forums as it's more curriculum-related.

 

Lots of people are finding Scratch to be quite good:

 

Scratch | Home | imagine, program, share

 

The language is capable enough to do interesting things with, but simple enough to learn. It has a nice GUI to avoid masses of typing. When your pupils have written a program (Scratch is good for games programming, which always helps interest children) they can share it online. Lots of other teachers are using it, so there are some good teaching resources available.

 

--

David Hicks

  • Thanks 1
Posted (edited)

Microsoft offer free express versions of many of there languages. Including Visual C++, C# and Basic.

 

You could also look at Free Pascal or FreeBASIC. Another option would be to setup an apache server and let them play with PHP.

 

EDIT: We're using Scratch, seams to be very popular. One girl used it to do her RE homework. Much to the confusion of the RE teacher. It's not an MSI, but does have a silent install. I think it only requires the files in program files, a startmenu shortcut and a registry entry to associate the file type. You could knock up an MSI in minutes using advanced installer.

Edited by K.C.Leblanc
  • Thanks 1
Posted
We use Microsoft VB express & C# express for programming as it's on the computing A level. They are free which is always good. We also use Scratch lower down the school which the kids seem to love.
  • Thanks 1
Posted
Our IT teachers are trying to fit it in where they can. SmallBasic with younger kids.... really really nice programme, makes it nice and simple. Visual studio and that lot for the older kids.
Posted

Primary schools i've worked with have used Logo

 

At school we currently have scratch, Pascal is definitely the way to go to teach the basics because it's close to pseudocode (which alot of students write in GCSE & AVCE). It's very wordy, whether or not you get anything that's graphical is a different matter... I was at uni with 23 year olds who couldn't understand it on a comp sci degree.

 

Personally, if i was to teach (which i'd totally hate to do) i'd get ahold of Delphi 6/7 (should be freely avail) and make a simple calculator :-P

Posted

At uni we use Python, which is free and very easy to learn and doesn't require much typing etc. There is also plenty of development environments, my favourtite is Pyscipter.

 

To print hello world the code is this:

 

 

print 'hello world'

Posted

Just started teaching Level OCR Web scripting and the students have to be able to annotate some supplied code, since they have no prior programming knowledge set up a linux box, gave the SSH acces and have just started teaching C.

 

lets face it if you learn C you can adapt to anything.

Posted
lets face it if you learn C you can adapt to anything

 

I think that sometimes, but not tonight! ;)

 

If it's a Windows environment I'd have them doing C# which is easier unless you get too hung up on the OO and reading C# for Sharp Kids"

which is based around the VS Express edition. Not that I have a clue about teaching the stuff, I just like the Hello World equivalent in there:

 

Console.WriteLine("Yo!");

Posted

I did PHP (which lead onto the MySQL unit) in Year 11 and VB.Net in Year 12.

 

Although we didn't use it, MS has a free compiler/editor for VB.Net as well.

 

My teacher wrote both the text books that we used.

Posted
Our IT teachers are trying to fit it in where they can. SmallBasic with younger kids.... really really nice programme, makes it nice and simple. Visual studio and that lot for the older kids.

 

You should also try out the original "SmallBASIC" freely available on the sourceforge web site. It's also an ideal platform for learning to program. Google SmallBASIC and click the link entitled "SmallBASIC | One more basic" - Enjoy !

 

:cool:

  • Thanks 1
Posted
You should also try out the original "SmallBASIC" freely available on the sourceforge web site. It's also an ideal platform for learning to program. Google SmallBASIC and click the link entitled "SmallBASIC | One more basic" - Enjoy !

 

:cool:

Will take a look. :)

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...