Skip to main content

Writing tagged python

  1. How to generate a subset of an emoji font using Python

    Making a much smaller font file of something like Noto Emoji, featuring only the emoji you need.

  2. Exporting notes from Simplenote into Obsidian

    I wrote a Python script to convert an export of Simplenote notes into a files that are more suitable for importing into Obsidian.

  3. w/e 2022-07-24

    Learning to scythe, improving my Django “DX”, True Things, Jiro Dreams of Sushi and Bergman Island.

  4. Removing Exif data from images in Django

    How to remove Exif data from image files uploaded to a model’s ImageField in a Django project.

  5. Flickr favourites and photos-of-you downloader in python

    From 5th February 2019 Flickr are going to be deleting an unknown quantity of older photos. So I…

  6. FFFFOUND! export script

    A Python script to export your Ffffound.com images

  7. Parsing a Wikipedia page’s content with python

    How I ended up grabbing and parsing HTML from Wikipedia pages

  8. Pretend Office RSS feed improvements

    The feed now includes the full text of emails sent to the mailing list.

  9. Mailman Archive Scraper

    A Python script I wrote that scrapes a Mailman mailing list archive and republishes it elsewhere, with some optional additional changes.