We got a complete game, but we need a specific Python environment to run it. In this post, I show how to create a standalone executable and an installer! This post is part of the Discover Python and Patterns series … Continue reading →... (more…)
Read more »
I’m missing a key part from the public Python discourse and I would like to help to change that. (more…)
Read more »
Defining and Encoding Strict Types Using BARE Everything in Python is an object, and I mean everything. This includes primitives such as... (more…)
Read more »
Python and Javascript solutions to Shuffle String, an easy leetcode problem... (more…)
Read more »
In this article, I will try to discuss some misconceptions about Multithreading and explain why they are false.
All experiments are conducted on a machine with 4 cores (EC2 c5.xlarge). I’ve been… (more…)
Read more »