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
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
[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
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 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 - 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