Coding
Posts related to coding, mostly in R and Python
Moving from PowerPoint to Quarto presentations
19 November 2022 This year, I've completely moved all my presentations for lectures and other talks from PowerPoint to Quarto (revealjs presentations). Here, I outline how you can then upload those to Github (or similar service) and publish with password protection via netlify so only you can access it for teaching/giving talks.
Downloading all linked PDFs from multiple URLs using Python
14 November 2020 My first try with web scraping using Python