When reaching for a templating language for writing a Python web application, there are an abundance of robust solutions. ... (more…)
Read more »
In this tutorial, we'll learn how to test complex data structures in Python. Examples of such data include images, nested dictionaries, dictionaries of numpy arrays and even file contents. Learning how to test complex data is a very helpful skill, es... (more…)
Read more »
Beginning I have always been a fan of (non premature) optimisations, especially the technical optimisations done to reduce the cost. When in .NET, the introduced Span<T> that brought a lot of… (more…)
Read more »
In this post I’m going to explain about entry points in Python.Most people know entry points as the little snippet that you put in your setup.py file to make... (more…)
Read more »