-
Recent articles
Recent Comments
Calendar
December 2024 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tag cloud
6502 Apple Arduino BBC BBCMicrobit books breadboardcomputer coding computing education fiction Flotilla Fridge Gizmo FridgeGizmo ICT iphone kindle LCD lenovo Linux London MakeyMakey maths Microbit MicroPython music OLED osx Pimoroni PiRadio poetry printer Python radio Raspberry Pi RaspberryPi raspbian reading recently read scratch SenseHAT teaching twitter weather writing
Tag Archives: coding
Making a simple programming language on a micro:bit
I’ve been exploring writing a very, very simple text-based language for the micro:bit, in Python. I think it could be an educational project in two ways: A task for older students to design and create their own language. Make a … Continue reading
Web-based intro to ScratchJr
It’s been bugging me for a while that there’s no web-based intro to ScratchJr, MIT’s awesome version of Scratch for younger children. And ScratchJr only runs on tablets. I made some simple block-coding activities like this turtle drawing game and … Continue reading
Coding in Year 1 with Scratch
Since September I’ve been teaching ICT and Computing solely in a primary school, having spent two hectic but enjoyable years teaching from KS2 to KS4 in a girls’ school in London. I’m re-writing a curriculum that has much more focus … Continue reading
Book Review: Code Academy by Sean McManus
Code Academy by Sean McManus, illustrated by Rosan Magar. Ivy Kids / Quarto Publishing, £9.99 This is an intriguing new book to introduce coding to children – there’s no guided age on the back but I think it should appeal … Continue reading
Python activity – recreate Matisse’s Snail
Here’s a fun lesson with Python Turtle graphics I did with my Year 7s. They had done some Python before – mainly stuff with loops, making and breaking Caesar cyphers, but I think it’s fair to say that they … Continue reading