cr0hnEfficient memory usage in Python with Zero-copyPython has a lot of magic with memory under the hood and, in most cases, Inefficiently.Aug 22, 2022Aug 22, 2022
cr0hnPython Docker Images in less than 50MBIt’t very common that a Python project is packaged as Docker Image with some hundreds of MB. Even for a small projects! But don’t worry…May 25, 2020May 25, 2020
cr0hnlxml in multi-step Docker imageslxml is a nice Python library for parsing XML files but very hard to include in a multi-step Docker Images. We’ll learn how to do thatMay 27, 20201May 27, 20201
cr0hnPython JSON vs PickleWhen we need to serialize data we must consider different types of serializers. In this post we’ll analyse JSON, Ultra JSON, Pickle v4/v5Jun 1, 2020Jun 1, 2020
cr0hnMeasuring the performance of Python chunks in different environmentsThere are many libraries for measuring the performance of Python code. These tools are called profiling tools.Aug 8, 2022Aug 8, 2022
cr0hnAuto-generating Regular expressions from a wordlists with PythonMaking regular expressions (REGEX) is sometimes an arduous task.Aug 12, 2022Aug 12, 2022