Programming

Python

  • Python
    BundestagsAPy — Python wrapper for the Bundestag DIP API
    • Overview
      • Lightweight client to access documents via the official Bundestag DIP API; convenient endpoint methods and date filters.
    • Links
  • Python
    nametrace — Predict gender and region from names
    • Overview
      • Simple API to infer gender and UN subregion from names; useful for demographic inference in research workflows.
    • Links

Stata

  • Stata
    lineplot — Binned means with confidence intervals
    • Overview
      • Convenient wrapper around Stata's collapse and twoway to plot averages in bins (supports multiple y-variables and by() groups).
    • Install
      • net install lineplot, from("https://raw.githubusercontent.com/parobo/stata-lineplot/main/lineplot/")
    • Links