Posts
This is the list
layout for showing blog posts, which shows just the title and groups them by year of publication. Check out the blog
layout for comparison.
2020

Animating simple cellular automata with Python
Learn how to combine Python’s scientific stack with MoviePy to animate spaceships, oscillators, guns and expanding mazes. Continue reading Animating simple cellular automata with Python
2018

Parsing context-free grammars with Python
A walkthrough of parsing context-free grammars using Lark package. Continue reading Parsing context-free grammars with Python

Computing highly oscillating integrals using Python
Getting most of Python’s numerical libraries when integrating wildly oscillating integrals Continue reading Computing highly oscillating integrals using Python

Spicing up your Python with a little bit of Fortran - part 2
Control behaviour of f2py with the use of command line switches, directives and signature files. Continue reading Spicing up your Python with a little bit of Fortran - part 2

Spicing up your Python with a little bit of Fortran - part 1
How do you integrate your beautiful Python code with a little bit rough but also incredibly speedy Fortran routines? Continue reading Spicing up your Python with a little bit of Fortran - part 1