Weather Monitoring – Part 1 – This post Weather Monitoring – Part 2 – Air Quality sensing with Shinyei PPD42NS Where I live at the moment is very dry and after buying a humidifier I decided to use my… Continue Reading →
After discovering the python programming language from the Raspberry Pi, it turns out it can be used for many different purposes, one of these being to create web based apps. A web app is a website that actually does something… Continue Reading →
One of the cool things about web APIs (see my post for what a web API is) is that useful data is made available for you to hack around with. I found out that Transport for London has an API… Continue Reading →
API stands for Application Programming Interface, and web APIs allow you to programmatically interface with a web resource using the HTTP protocol (the same as you use in your web browser). 1. Let’s explain that geek-speak with an example from… Continue Reading →
Running python tasks in the background In the past few months I’ve built a couple of web apps using python and flask, and the main task of the programs takes significant time to run. The web app for my client… Continue Reading →
I recently found a great podcast on Python, called Talk Python to me: https://talkpython.fm/. I’d treid a couple of other but either it was a one person show or expected you to be sat at your computer coding alongside. This… Continue Reading →
I’ve been creating a python-flask web app based on miguel grinbergs excellent tutorial. It’s not a blog, more of an online ordering system, but needs user and admin access, i.e. different options available for different users, which is not included in… Continue Reading →
After getting the command line interface for s3 working on the Raspberry Pi, I decided I actually needed something a bit more automatic, so I wrote a python script to automatically get s3 bucket sizes and send out an email… Continue Reading →
WS2801 pixels can create really cool displays – for longer strips you can turn them into a matrix, or shorter ones can be used for lighting effects, visual notifications or anything you can dream up! Below is a short guide… Continue Reading →
I’m learning Mandarin at the moment, and whilst the grammar rules are fairly straightforward to understand on paper, actually getting that knowledge out of my brain and through my mouth without having to think for a good few seconds is… Continue Reading →
© 2024 AndyPi — Powered by WordPress
Theme by Anders Noren — Up ↑