Programming

What Model of Raspberry Pi Do I Have?

So you’re had your Pi for a while and see there are a couple of different models out there. Which model do I have? A or B? Hang on…. there’s a few more than that 🙂 Found a great visual break up of every model Pi that there is. So it will be easy to tell […]

Continue Reading

How to learn Python

Wouldn’t it be great to write programs that could automate repetitive tasks? Or do you want to just learn programming? Python is a really good start into the world of coding. In the world of programming, there are a lot of languages to pick from. Some are purpose built for particular tasks, and some are […]

Continue Reading

Python V2 String Formatting

One important skill in Python programming is the use of formatting strings. Here’s a little snippet to assist – but mainly to remind me in a handy place where I won’t forget it. This post, I must admit, is mainly for my benefit. I am in the progress of teaching myself Python (version 2), and […]

Continue Reading