cx_Oracle 6.0.2

2017-09-02 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

[ANN} pyDotNet 0.9.2 released

2017-09-02 Thread Jonathan Shore
I’ve published a package on PyPi called ‘pyDotNet’. pyDotNet allows Python to access .NET libraries. From Python one can: * create .NET objects * call member functions * call class functions (i.e. static members) * access and set properties * access indexing members .NET objects are provided a