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 analyzers like vulture are
likely to miss some dead code. Also, code that is only called
implicitly may be reported as unused. Nonetheless, vulture can be a
very helpful tool for higher code quality.


Download

http://pypi.python.org/pypi/vulture


Features

* fast: uses static code analysis
* lightweight: only one module
* tested: tests itself and has 100% test coverage
* complements *pyflakes* and has the same output syntax
* supports Python 2.6, 2.7 and 3.x


News

* Don't flag attributes as unused if they are used as global variables
  in another module (thanks Florian Bruhin).
* Don't consider "True" and "False" variable names.
* Abort with error message when invoked on .pyc files.


Cheers,
Jendrik





--
https://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


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:


 *** EuroPython 2016 Registration ***

https://ep2016.europython.eu/en/registration/


Full Conference Tickets
---

These are the on-desk rates for full conference tickets (all 8 days):

 * Student full ticket: EUR 180.00
 * Personal full ticket: EUR 470.00
 * Business full ticket: EUR 750.00

Day Passes
--

As in the past, we will sell day passes at the conference venue.

To make things more affordable especially for students and other
people who want to attend the Beginners’ Day or the sprints, we have
decided to split the day pass prices into ones valid from
Monday-Friday for the main conference days and the weekend days.

Day passes for the main conference (valid for the day when they are
purchased):

 * Student conference day pass: EUR 50.00
 * Personal conference day pass: EUR 140.00
 * Business conference day pass: EUR 225.00

Day passes for the first Sunday (Beginners’ Day) and the sprints
weekend (valid for the day when they are purchased):

 * Student weekend day pass: EUR 25.00
 * Personal weekend day pass: EUR 70.00
 * Business weekend day pass: EUR 110.00

All prices include 10% Spanish VAT. Please see the registration page
for full details of what is included in the ticket price.


With gravitational regards,
--
EuroPython 2016 Team
http://ep2016.europython.eu/
http://www.europython-society.org/


PS: Please forward or retweet to help us reach all interested parties:
https://twitter.com/europython/status/748447674102329345
Thanks.
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/