News

Using the SSConverter class that we developed last week, which used the OORunner class from the week before that, this week we'll create a Python function that allows us to use spreadsheets as if they ...
A Model Context Protocol (MCP) server that provides tools for loading CSV files into a temporary SQLite database and executing SQL queries on the data. export_table_to_csv(table_name, output_path, ...
A Python CLI tool for managing and analyzing vehicle parking data. It uses Parquet files and an SQLite database to track events and compare parking zone performance.