Category

Python

Flask – An Introduction to python web apps

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 →

Make a Next Bus LCD with TfL’s Web API

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 →

What is an web API and what can I do with it?

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 →

Celery – a python task queue for long jobs

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 →

Talk Python to me podcast

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 →

Multiple User Roles – python flask

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 →

s3 bucket size using python

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 →

Raspberry Pi controlled WS2801 RGB LEDs

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 →

Learning a (real) language with a (programming) language

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 →

Miniature Colour Graphics TFT display (graph data python class!)

AndyPi’s latest product is a miniature colour graphic TFT display, 2.2″ wide with 320×240 pixels (we also have a small number of 1.8″ TFT’s at a bargain price) The sky is the limit as to what you could use this… Continue Reading →

© 2024 AndyPi — Powered by WordPress

Theme by Anders NorenUp ↑