As interest in fuzzing as a software testing approach increases, Google decided to ride that wave and has open-sourced its Python fuzzing engine Atheris. (more…)
Read more »
Rust looks like an increasingly important part of the future of scientific programming.
It's as fast as C++, as flexible as Python, and does packaging
better than even R. It is also very difficult to learn, and demands a lot of
cognitive investment. On ba... (more…)
Read more »
Mesa is an Apache2 licensed agent-based modeling (or ABM) framework in Python. (more…)
Read more »
The first time I used Logo, it felt like magic. I could type a short sequence of simple commands, and draw beautifully complex shapes on the screen. In this tutorial, I will show you how to parse and interpret a Logo-like language in just 70 lines of code... (more…)
Read more »