Most Python programmers don’t spend a lot of time thinking about how equality and hashing works. It usually just works. However there’s quite a bit of gotchas and edge cases that can lead to subtle and frustrating bugs once one starts to customize their... (more…)
Read more »
If you’re a Python developer—and since you’re reading this, you probably are—you’ve almost certainly used Redis and thought it was a great cache. (That was my first impression, too.) And Redis does make a great cache. But it turns out that Redis can solve... (more…)
Read more »
Extend python lists operations using .NET's LINQ syntax for clean and fast coding. - GitHub - avilum/linqit: Extend python lists operations using .NET's LINQ syntax for clean and fast coding. (more…)
Read more »
How to build a dynamic instrumentation agent for Python Security. From Python instrumentation to recovering from callback errors or allowing arbitrary callbacks.
Read more »
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things. (more…)
Read more »