Programming Leftovers
-
Birger Schacht: Another round of rust
A couple of weeks ago I had to undergo surgery, because one of my kidneys malfunctioned. Everything went well and I’m on my way to recovery. Luckily the most recent local heat wave was over just shortly after I got home, which made being stuck at home a little easier (not sure yet when I’ll be allowed to do sports again, I miss my climbing gym…).
At first I did not have that much energy to do computer stuff, but after a week or so I was able to sit in front of the screen for short amounts of time and I started to get into writing Rust code again.
-
Various Ways to Increment or Decrement Counters in Bash
Working with loops in bash? Here are various ways of incrementing and decrementing counters.
-
Seaborn Color Palette
The “seaborn.color_palette()” function of the “Seaborn” module in Python is used to retrieve the list of colors or continuous colormap.
-
Pandas Add Column with Default Values
The “df[ ]” operator, “DataFrame.assign()”, and “DataFrame.insert()” methods are used to add a column with default values in Pandas DataFrame.
-
Tkinter Fonts
“TkFont” class is part of the "tkinter" module and enables the creation and management of "fonts" for text display in GUIs.
-
Python Calendar Module
In Python, the “calendar” module provides various methods and classes for dealing with the month, day, and year of the specified calendar.