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

A Project Skeleton for Python Projects

As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages - you know, the repositories that get uploaded into devpi or... (more…)

Read more »

How to Make Python Run as Fast as Julia

Julia vs Python Should we ditch Python and other languages in favor of Julia for technical computing?  That's certainly a thought that comes to mind when one looks at the benchmarks on http://julialang.org/.  Python and other high level languages are way ... (more…)

Read more »