Roland's homepage

My random knot in the Web

Articles about programming

  1. 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
  2. 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