Skip to content

Mathspp Blog

A blog dedicated to mathematics and programming!

  • By Rodrigo Girão Serrão
  • Based in Portugal
  • Roughly three posts per month
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Jul 2022 4
Aug 2022 1
Sep 2022 3
Oct 2022 0
Nov 2022 1
Dec 2022 1
Jan 2023 6
Feb 2023 2
Mar 2023 8
Apr 2023 5
May 2023 4
Jun 2023 4
Jul 2023 12
Aug 2023 7
Sep 2023 6
Oct 2023 4
Nov 2023 22
Dec 2023 2
Jan 2024 8
Feb 2024 3
Mar 2024 5
Apr 2024 5
May 2024 6
Jun 2024 1
Jul 2024 8
Aug 2024 3
Sep 2024 2
Oct 2024 2
Nov 2024 3

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

TIL #107 – Automatically activating virtual environments
Today I learned how to use shell scripting to activate my virtual environment automatically when I change directories. Automatically activating virtual environments Since I can remember, whenever I cd into a directory that contains a …
On , 274 words
Parsing TXRX files in Python
In this article I show how I wrote a parser to parse TXRX files into a more manageable object in Python. Parsing TXRX files in Python In the Python community that I am creating, a …
On , 504 words
TIL #106 – asyncio.gather
Today I learned about the behaviour of asyncio.gather. asyncio.gather Today I learned that you can use asyncio.gather to gather the return results of a bunch of awaitable objects. The list of the returns come in …
On , 111 words