Fetch information from Bluesky
Bluesky is as a healthy alternative compared to many other social platforms. A major advantage is the open framework that offers multiple ways to interact. Here we use Python to retrieve some information.
Folder structure and icons
Organizing digital content in a well-thought-out folder structure can speed up many daily tasks. And everything gets even better with matching icons.
__repr__ in Jupyter notebooks
Jupyter notebooks are perfect for analyzing data. And there are lots of cool features. Did you know that you can customize how an object is represented?
The Game of Dobble
A look behind the math of the game Dobble and some code to construct a deck.
Building this website
A brief summary of how this website has evolved over time and an overview of the code that is currently used to run it.
Article template
This template provides a LaTeX template for a vintage style article. It deliberately omits many gimmicks and instead focuses on a clean aesthetic.
Geospatial data in Python
A short tutorial how to use geography related packages like GeoPandas
, osmnx
or Folium
. Together they can be used retrieve and analyze geographical data or to create appealing static or interactive maps.
biblatex-mnras
This LaTeX package follows the Monthly Notices of the Royal Astronomical Society citing style. In the text, it prints the author followed by the year and in the bibliography it adds the journal with the volume and page number.
Thesis template
A LaTeX template for a thesis. It is built on scrbook and avoids other packages that raise a warning when used together with KOMA-script classes.
Duodecimal
Why stick with the the decimal system when others like bases 12 are often superior. This post presents a Python package to showcase calculations in any base.