Coverage-guided test data selection with Python

An approach for selecting a representative subset from large amounts of test data using code coverage metrics… Read more

Similar

cppyy: Automatic Python-C++ Bindings

cppyy is an automatic, run-time, Python-C++ bindings generator, for calling C++ from Python and Python from C++. Run-time generation enables detailed specialization for higher performance, lazy loading for reduced memory use in large scale projects, Pytho... (more…)

Read more »

Fun with Markov Chains, Python, and Twilio SMS

One of the many allures of Twitter is that you can tweet at your favorite celebrity and (maybe) get a response. Still though, tweeting isn’t quite as intimate as trading text messages. So we thought it’d be fun to use Markov Chains, Programmable SMS, and ... (more…)

Read more »