High-Throughput Game Message Server with Python WebSockets

Tracking an error in my game, stressing over a fix, and the code to replace it all… Read more

Similar

Fuzzy Regex Matching in Python

Fuzzy string matching in a nutshell Say we’re looking for a pattern in a blob of text. If you know the text has no typos, then determining whether it contains a pattern is trivial. In Python you can use the in function. You can also write a regex pattern ... (more…)

Read more »