cx_Oracle 6.4

2018-07-05 Thread Anthony Tuininga
What is cx_Oracle? cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 specifications with a number of enhancements. Where do I get it? https://oracle.github.io/python-cx_Oracle The easiest method to in

EuroPython 2018: Schedule available

2018-07-05 Thread M.-A. Lemburg
Over the last few weeks, our program WG has been working hard on getting the schedule all lined up. Today, we’re releasing it to the Python world. Schedule for EuroPython 2018 * https://ep2018.europython.eu/en/events/schedule/ * With 140 speakers and more than 150 s

ANN: Python Meeting Düsseldorf - 04.07.2018

2018-07-05 Thread eGenix Team: M.-A. Lemburg
[This announcement is in German since it targets a local user group meeting in Düsseldorf, Germany] ANKÜNDIGUNG Python Meeting Düsseldorf http://pyddf.de/ Ein Tref

PyCon ZA 2018 - Second Call for Speakers

2018-07-05 Thread Neil Muller
This is a second call for talk proposals for PyCon ZA 2018. While we've already received several great talk proposals, we still have a number of open talk slots and are thus keen to see further talk submissions. PyCon ZA 2018 will take place on the 11th & 12th of October at The Birchwood Hotel & C

pytest 3.6.3

2018-07-05 Thread Bruno Oliveira
pytest 3.6.3 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at http://doc.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * AdamE

Vulture 0.28

2018-07-05 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code an