EuroPython 2016: On-desk rates and day passes

2016-06-30 Thread M.-A. Lemburg
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 0.9 released

2016-06-30 Thread Jendrik Seipp
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