The Python programming language, tutorials, and more

260 330,557 32,230
articles words lines of code

Today I learned how to use shell scripting to activate my virtual environment automatically when I change directories.

In this article I show how I wrote a parser to parse TXRX files into a more manageable object in Python.

Today I learned about the behaviour of asyncio.gather.