The unknown features of Python’s `operator` module
Welcome to my personal website and blog, here you can find some information about me, contact, social media links as well as my blog posts... (more…)
Read more »
Go(golang) is a very fast and efficient compiled programming language. Much like
how you can build Python C-extensions to speed up your python applications, Python
developers also have the option to build Go components that are embedded into their python. Read more