I agree. An article like <https://medium.com/statch/speeding-up-python-code-with-nim-ec205a8a5d9c> should draw some attention from python people.
Most python people know `cython` can be used to speed up their code. I don't know how many know `nim` can also help. A comparison between using `cython` and `nim` will be valuable.