https://github.com/cheginit/til
Today I Learned
https://github.com/cheginit/til
python til today-i-learned
Last synced: about 1 year ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/cheginit/til
- Owner: cheginit
- License: other
- Created: 2021-02-20T18:22:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T20:17:03.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:03:02.192Z (over 1 year ago)
- Topics: python, til, today-i-learned
- Language: Python
- Homepage: https://cheginit.github.io/til/README.html
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Today I Learned
[](https://shields.io/)
My Today I Learned snippets. Inspired by [simonw/til](https://github.com/simonw/til).
## Python
- [Install and setup `miniforge`](https://cheginit.github.io/til/python/miniforge.html) - 2021-02-20
- [Check if `None`](https://cheginit.github.io/til/python/none.html) - 2021-02-22
- [Extract links from a web page](https://cheginit.github.io/til/python/html_file.html) - 2021-02-25
- [Parsing XMLs in Python safely](https://cheginit.github.io/til/python/xlm_parse.html) - 2021-02-28
- [`colorbar` in `matplotlib` done right](https://cheginit.github.io/til/python/colorbar.html) - 2021-03-04
- [Annotate bar plots](https://cheginit.github.io/til/python/barplot.html) - 2021-03-06
- [Customizing logging configuration](https://cheginit.github.io/til/python/logging.html) - 2021-03-11
- [Timing a Function](https://cheginit.github.io/til/python/timer.html) - 2021-03-12
- [Recursive AutoAPI for Sphinx](https://cheginit.github.io/til/python/autoapi.html) - 2021-03-16
- [A round-robin scheduler implementation](https://cheginit.github.io/til/python/rr.html) - 2021-04-06
- [Adding breakpoints for debugging](https://cheginit.github.io/til/python/debugging.html) - 2021-04-27
- [Interacting with system's clipboard](https://cheginit.github.io/til/python/clipboard.html) - 2021-05-06
- [Function progress with Rich](https://cheginit.github.io/til/python/decorator.html) - 2021-06-08
- [Polygon legend in GeoPandas Plot](https://cheginit.github.io/til/python/geopandas_polt.html) - 2021-06-23
- [General function for running functions asynchronously](https://cheginit.github.io/til/python/run_async_func.html) - 2021-07-06
- [List of authors from DOI](https://cheginit.github.io/til/python/get_authors.html) - 2021-07-12
- [Split a URL](https://cheginit.github.io/til/python/get_payload.html) - 2021-07-25
- [Extracting Abstracts For an AGU Session](https://cheginit.github.io/til/python/agu_abstract.html) - 2021-08-06
- [Networkx graph from NHDPlus](https://cheginit.github.io/til/python/nhdplus.html) - 2021-11-18
- [Parallel with Dask and Joblib](https://cheginit.github.io/til/python/parallel.html) - 2021-11-23
- [Implementing Newton-Raphson algorithm with Numba](https://cheginit.github.io/til/python/newton.html) - 2022-08-01
- [Overture Buildings using PyArrow](https://cheginit.github.io/til/python/buildings.html) - 2024-01-20
- [CAMELS Forcing Ensemble](https://cheginit.github.io/til/python/camels.html) - 2024-02-20
- [Frechet distance with Numba](https://cheginit.github.io/til/python/frechet.html) - 2024-04-22
- [WhiteboxTools Wrapper](https://cheginit.github.io/til/python/whitebox.html) - 2024-08-29
## Jupyter
- [Connect to a remote JupyterLab server](https://cheginit.github.io/til/jupyter/remote.html) - 2021-02-20
- [Run Jupyter Lab as an Application](https://cheginit.github.io/til/jupyter/app.html) - 2021-04-02
- [Rich extension](https://cheginit.github.io/til/jupyter/rich.html) - 2024-01-17
- [Check for Jupyter Kernel](https://cheginit.github.io/til/jupyter/is_instance.html) - 2025-01-17
## Web Service
- [Setup `netrc` for using EarthData](https://cheginit.github.io/til/web_service/netrc.html) - 2021-02-26
## Github Actions
- [Speed up Github Actions with `mamba`](https://cheginit.github.io/til/github_actions/mamba.html) - 2021-02-26