Python3 Maze Generator with Disjoint Set. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
In this tutorial, you'll learn how to use Python's mmap module to improve your code's performance when you're working with files. You'll get a quick overview of the different types of memory before diving into how and why memory mapping with mmap can make... (more…)
Read more »
Generate list of potential typo squatting domains with domain name permutation engine to feed AIL and other systems. - GitHub - ail-project/ail-typo-squatting: Generate list of potential typo squat... (more…)
Read more »
Due to uncertainty over the future of the Python 2 interpreter
in future Linux distributions, I've been
looking at some of our Python 2 code, especially the larger programs.
This caused me to express some views over on Twitter, which
came out long enough ... (more…)
Read more »
Xgboost is a gradient boosting library. It provides parallel boosting trees algorithm that can solve Machine Learning tasks. It is available in many languages, like: C++, Java, Python, R, Julia, Scala. In this post, I will show you how to get feature impo... (more…)
Read more »