Blog
Filtering all posts with topic Python
- Exploring Parity in PythonTesting out a fault tolerant storage algorithm with code.
- Deploying Earth Engine Cloud Functions using IaCUsing infrastructure-as-code to reproducibly deploy Earth Engine apps as serverless functions.
- Building Arpeggio Pt. 3: The EngineBuilding a Python backend for music generation.
- Summarizing 51 Years of Landsat DataI analyzed 11 million Landsat scenes to test out the new Earth Engine - BigQuery interface.
- TIL: Handling Rule Lists in LarkHandle ambiguity in the grammar, not the parser.
- Building Arpeggio Pt. 2: Music Theory for ProgrammersTurning notes into code.
- Building Arpeggio Pt. 1: Language DesignPlanning a domain-specific language that compiles to music.
- Writing a Parser for Blog PostsUsing grammar to reformat my blog posts.
- Type Safety and Non-Empty Tuples in PythonTaking inspiration from Haskell to write better code with fewer bugs in Python.
- Introducing AudioJPEGBuilding the worst audio compression algorithm.
- Chasing SummerHow far would you need to travel every day to experience the same number of daylight hours year-round?
- Python on Punched CardsWrite Python like it's 1959 by encoding it onto IBM 1401 punched cards.
- Parallelizing Earth Engine feature collections with DaskDownload and process Earth Engine vector data in parallel with Dask.
- What's the Fastest Way to Download an Earth Engine Image?How do urllib, requests, and fsspec compare for download time when grabbing an image from Earth Engine? Let's run some benchmarking to figure out.
- Terrain Algorithms from ScratchSlope, aspect, and hillshading are ubiquitous in spatial analysis, but how are they made? Let's implement them from scratch in Python to figure out.