-
Logging when using multiple CPUs
Working with multiple CPUs can greatly speed up processing times, but logging can become challenging because python does not have a straightforward way to log into a single file when using many CPUs. So in this post, I provide a quick and easy way to do just that. Here is how to log into a single file with many CPUs.
-
Working with documents of the German Bundestag
Working with data from parliamentary proceedings can be challenging because often it is a lot of effort to collect all the data. Recently the German Parliament has simplified this process by offering an API to download the documents. Here I present BundestagsAPy, a lightweight python wrapper for the Bundestags DIP API.