It’s getting really close to the conference now and we will be
switching to the on-desk rates for tickets on July 8.
The prices will increase by about 30%, so if you want to still get
tickets at the normal rate, please register for EuroPython 2016 as
soon as possible:
*** EuroPy
vulture - Find dead code
Vulture finds unused classes, functions and variables in your code.
This helps you cleanup and find errors in your programs. If you run it
on both your library and test suite you can find untested code.
Due to Python's dynamic nature, static code