python
78 postseverything filed under python
-
2025-12-03
Constructing Knowledge Graphs With Neo4j GraphRAG for Python
A knowledge graph is an organized representation of real-world entities and their relationships. Knowledge graphs provide a structured way to represent entities, their attributes, and their relatio...
-
2018-06-17
Pi Camera stop motion animation
In preparation for a Raspberry Pi event I decided to create a simple GUI for creating stop motion animations using the Pi camera module to use for a demo.
-
2018-06-09
Get the weather using Python
I recently spent a hour or so hacking a lucky cat so that it would only wave when it was sunny.
-
2018-03-04
Python - Creating shortcuts
I was recently working on the mu project (a Python IDE for beginners), which is super easy to install using pip, but there is no way to automate the creation of desktop and menu shortcuts.
-
2017-11-15
Slack command line stream
I thought a Slack console might be useful, a very simple client I could display on an always on screen, so I did some experimenting with the Slack Developer Kit for Python and made a super simple c...
-
2017-07-07
Python Bluetooth RFCOMM Client Server
As part of the Blue Dot project I needed to create a simple Bluetooth client / server library so that the communication could be managed. This library, btcomm, is part of bluedot but its not exclus...
-
2016-03-25
Microbit - get data from USB
As part of my Minecraft, a Microbit and an X-Wing project, I used the USB to read data from the Microbit’s accelerometer and buttons to make the X-Wing move.