hash() function in Python may not return the same value for the same input
While debugging a complex multi-application app, I found out that the same hash function is not returning the same value. Let's understand why and how to mitigate this.
Thoughts on what I learn
While debugging a complex multi-application app, I found out that the same hash function is not returning the same value. Let's understand why and how to mitigate this.
in this post I'll explain what has worked for me to fix Visual Studio Code to work with Python, poetry, virtualenvs, to find the right imports and how to configure black and isort correctly.
For fun and learning, I developed a class that behaves like a dict and an object. Let's see how it works
an How To that tries to write what the official guide omits