Tags > Python
Pandas vs Efficiency
Yirgacheffe: trying to do The Right Thing with geospatial data
11 Nov 2022 - design, gdal, geospatial, geotiff, python
Reviewing a geospatial library I've been working on view the lens of Richard P. Gabriel's 'The Right Thing' vs 'Worst is better'
Bytes not Bytearrays with Django please
27 Apr 2021 - development, django, python
A quick look a unexpected nuanced interaction of Django's HTTPResponse object and Python's type system that caught me out.
Getting started with fuzzing your Django web app
Unit testing for Google App Engine with Python
I recently inherited a python project that used Google App Engine, and didn't have any unit tests setup, which is something I wanted to fix. Here's how I went about it.