Roland's homepage

My random knot in the Web

Articles about programming

  1. Using gnuplot from Python

    According to my revision control systems (rcs in those days), I’ve been using gnuplot to make graphs since at least 2002. And I’ve got it set up via a custom gnuplotrc to match the style of the TeX documents I often use the graphs in.

    At work we have an Instron 3369 machine for material testing. Recently, I wanted to visualize some tensile test data in ways that I couldn’t get into the test report.

  2. In programming, small and simple is beautiful

    If you would look over my github repositories, you’ll see that most of my programs are pretty small. And in general they are command-line applications. And that is good, because small is beautiful and simplicity is a virtue.

    date: 2016-07-05
    reading time: 1 min.
    category: programming
  3. Parallel execution with Python

    With Python it is relatively easy to make programs go faster by running things in parallel on multiple cores. This article shows you how.

    We sill concentrate on a type of problem that is easy to parallelize.

    date: 2016-06-28
    modified: 2022-02-06
    reading time: 7 min.
    category: programming
    tags: python3

←  Page 3 Page 4 / 4