Reference #18.5778ce17.1722504609.63242147
https://errors.edgesuite.net/18.5778ce17.1722504609.63242147
... (more…)
Read more »
In real warfare and strategy games, strategists are faced with a common problem: how to allocate their resources to be the most efficient possible? Let's take an example where we have three resources: 🌾food, 🪵wood, and 🪙gold. We can produce three types of... (more…)
Read more »
The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
Read more »
In this short post I will try to convince you of how easy it is to find performance issues in your Python code and how you should develop the habit of profiling your code before you ship it. (more…)
Read more »