Author Archives: jkrumbiegel.com

Analyzing international football results with Julia

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-06-20-football-data-analysis/

As the UEFA Euro 202(0/1) is going on, I was inspired to check out a dataset of all international men’s football matches since the dawn of time. This post goes over some questions I had for the dataset, and how I approached the analysis with my recent macro package DataFrameMacros.jl. Plotting is done with AlgebraOfGraphics.jl, which is a super useful grammar-of-graphics style package building on Makie.jl, which I’m a co-author of and which is therefore my preferred plotting package.

Julia macros for beginners

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-06-07-macros-for-beginners/index.html

Macros are a powerful and interesting feature of the Julia programming language, but they can also be confusing. Users coming from Python, Matlab or R have not come in contact with similar constructs before, and they require a different way of thinking about code. This article is supposed to be a simple introduction, after which you might judge better when use of macros is appropriate and how to get around some of the most common gotchas.

Julia macros for beginners

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-06-07-macros-for-beginners/

Macros are a powerful and interesting feature of the Julia programming language, but they can also be confusing. Users coming from Python, Matlab or R have not come in contact with similar constructs before, and they require a different way of thinking about code. This article is supposed to be a simple introduction, after which you might judge better when use of macros is appropriate and how to get around some of the most common gotchas.