/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yasoob.me
| | www.beekeeperstudio.io
2.1 parsecs away

Travel
| | When working with SQLite databases, encountering a "database is locked" error can be a frustrating roadblock. This tutorial explains why this error occurs and provides practical solutions to resolve it, complete with code examples and their expected outputs.
| | til.simonwillison.net
3.0 parsecs away

Travel
| | When writing a test for datasette-leaflet-freedraw I realized I didn't have a simple tiny recipe for creating an in-memory SpatiaLite database in Python. I came up with this:
| | www.jeremymorgan.com
2.4 parsecs away

Travel
| | A step by step guide to connecting to a MySQL database with Python. Super easy.
| | earthly.dev
17.9 parsecs away

Travel
| Imagine you have a Python 3.10 backend application with packages a2.1, b2.2, and c2.3 installed system-wide. Everything works fine until y...