Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 76 / 104
next »
last »»
TIL
Embedding JavaScript in a Jupyter notebook
— I recently found out modern browsers include a JavaScript API for creating public/private keys for cryptography.
Release
datasette-leaflet-geojson 0.7
— Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
TIL
Syntax highlighting Python console examples with GFM
— It turns out [GitHub Flavored Markdown](https://github.github.com/gfm/) can apply syntax highlighting to Python console examples, like this one:
Release
datasette-cluster-map 0.15
— Datasette plugin that shows a map for any data with latitude/longitude columns
TIL
Fixing broken text encodings with sqlite-transform and ftfy
— I was working with a database table that included values that were clearly in the wrong character encoding - values like this:
Release
swarm-to-sqlite 0.3.3
— Create a SQLite database containing your checkin history from Foursquare Swarm
TIL
Bulk fetching repository details with the GitHub GraphQL API
— I wanted to be able to fetch details of a list of different repositories from the GitHub GraphQL API by name in a single operation.
TIL
Recovering data from AWS Lightsail using EC2
— I ran into problems with my AWS Lightsail instance: it exceeded the CPU burst quota for too long and was suspended, and I couldn't figure out how to un-suspend it.
TIL
Identifying column combination patterns in a SQLite table
— Given a large, heterogeneous table I wanted to identify patterns in the rows in terms of which columns were not null.
Release
datasette-export-notebook 0.2
— Datasette plugin providing instructions for exporting data to Jupyter or Observable
Release
datasette-export-notebook 0.1.1
— Datasette plugin providing instructions for exporting data to Jupyter or Observable
Release
datasette-export-notebook 0.1
— Datasette plugin providing instructions for exporting data to Jupyter or Observable
TIL
Packaging a Python app as a standalone binary with PyInstaller
— [PyInstaller](https://www.pyinstaller.org/) can take a Python script and bundle it up as a standalone executable for macOS, Linux and apparently Windows too (I've not tried it on Windows yet).
«« first
« previous
page 76 / 104
next »
last »»