Laptop computer sitting on top of a wooden table

Azure Function to vectorise PDFs and store in Qdrant container app with OpenAI and Python

Python Analysis

Learn how to code an Azure function app which is automatically triggered when a new PDF is dropped into Azure blob storage, vectorises the PDF contents and stores the vectors in an Azure Qdrant container app. Lot's of moving parts and lots to learn from it, this was a tough one!

June 30, 2024 13 minute read
Halves of fresh ripe citruses in a row

Solving real-world optimisation problems - a crash course with PuLP

Analysis Python

Explore four optimisation scenarios applicable to the real-world and how to solve these using linear programming with Python and the PuLP library.

February 10, 2024 10 minute read
Pyviz network graph of internal links

Searching Markdown files for internal links and visualising with a Pyvis network graph

Analysis Python

If you use Markdown, you can improve your web content strategy by visualising the relationships between internal links to identify your content clusters.

December 8, 2023 6 minute read
Home office desk with computers

Record mouse and keyboard for automation scripts with Python

Python

Learn how to record mouse clicks and keyboard input with pynput then convert that to a PyAutoGUI automation script for playback.

December 2, 2023 6 minute read
Blue parked Honda car

How to scrape AutoTrader with Python and Selenium to search for multiple makes and models

Analysis Python

Take this new AutoTrader UK web scraper for a spin! It can search for and filter multiple makes and models to help you easily compare and make the right decision quicker.

November 5, 2023 7 minute read
First
Previous