python
77 postseverything filed under python
-
2015-09-22
Minecraft Game Tutorial - LavaTrap - Pycon 2015
At Pycon UK 2015, I did a couple of workshop at its Education Track Kids day.
-
2015-09-06
Pygame Zero - Pong
I wanted to explore Pygame Zero so I gave myself a challenge of creating a version of Pong.
-
2015-06-24
Raspberry Pi CPU Temperature
For a project I am working on I needed a really quick way of reading the Raspberry Pi’s CPU temperature, most of the solutions I found ran the command line
-
2015-06-21
Astro Pi Snake Game
I recently made Snake for the Astro Pi, just for fun really, but I am putting it online as I would like to see what others can do with it - it is literally screaming out to be hacked and improved.
-
2015-05-12
Astro Pi / Sense HAT - Getting Started Tutorial
Edit - this post has been updated to reflect the changes made in install and sense-hat module name.
-
2015-05-05
Raspberry Pi and KY040 Rotary Encoder
For a Raspberry Pi powered vintage radio build I’m doing I wanted to replace the original tuning dial with a turning switch which I could use to skip tracks backwards and forwards.
-
2015-04-29
Raspberry Pi, MCP3008 ADC & Python
I’m converting a vintage radio into a Raspberry Pi powered music player and I needed an analogue to digital converter (ADC) to allow my raspberry pi to read the old crusty switched and volume contr...