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