Manchester Raspberry Jam

For Digital Makers

Workshop 19: HTML & CSS

Workshop 19 web notes

Workshop 19 covers the HTML and CSS, the languages that most web pages are made with.

Most pages on the World Wide Web are text documents written in HTML (HyperText Markup Language). A ‘stylesheet language’ called CSS (Cascading Style Sheets) is often used to change the visuals of the HTML.

In this workshop, we’ll learn what both of these languages do, and use them to create our own web pages

This is an introductory workshop.

Workshop 18: Scratch Games

Workshop 18 PDF

Workshop 18 guides you through recreating the classic arcade game Pong in the Scratch programming language

This is an introductory workshop.

Workshop 17: Minecraft Pi Edition

Workshop 16 PDF

Workshop 17 covers the functionality of the Minecraft: Pi Edition Python API

Included in Raspbian, the operating system we run on our Raspberry Pi’s is a
copy of the ‘Pi Edition’ of Minecraft.

This version of Minecraft is based on the creative mode from Minecraft:
Pocket Edition, but in this version we can use the Python programming language
to modify the game world.

This is an introductory workshop. It’s useful to have programmed in Python
before, but all of the programming concepts are covered from scratch.