Today I Learned#
My Today I Learned snippets. Inspired by simonw/til.
Python#
Install and setup
miniforge
- 2021-02-20Check if
None
- 2021-02-22Extract links from a web page - 2021-02-25
Parsing XMLs in Python safely - 2021-02-28
colorbar
inmatplotlib
done right - 2021-03-04Annotate bar plots - 2021-03-06
Customizing logging configuration - 2021-03-11
Timing a Function - 2021-03-12
Recursive AutoAPI for Sphinx - 2021-03-16
A round-robin scheduler implementation - 2021-04-06
Adding breakpoints for debugging - 2021-04-27
Interacting with system’s clipboard - 2021-05-06
Function progress with Rich - 2021-06-08
Polygon legend in GeoPandas Plot - 2021-06-23
General function for running functions asynchronously - 2021-07-06
List of authors from DOI - 2021-07-12
Split a URL - 2021-07-25
Extracting Abstracts For an AGU Session - 2021-08-06
Networkx graph from NHDPlus - 2021-11-18
Parallel with Dask and Joblib - 2021-11-23
Implementing Newton-Raphson algorithm with Numba - 2022-08-01
Overture Buildings using PyArrow - 2024-01-20
CAMELS Forcing Ensemble - 2024-02-20
Frechet distance with Numba - 2024-04-22
WhiteboxTools Wrapper - 2024-08-29
Jupyter#
Connect to a remote JupyterLab server - 2021-02-20
Run Jupyter Lab as an Application - 2021-04-02
Rich extension - 2024-01-17
Web Service#
Setup
netrc
for using EarthData - 2021-02-26
Github Actions#
Speed up Github Actions with
mamba
- 2021-02-26