Oracle Database Python Driver Cx_Oracle Now on GitHub

The fully open source Oracle Database Python driver cx_Oracle has found a new home and has its source code repository now hosted on Oracle’s GitHub, reinforcing our commitment to bring more open source projects to the platform. You can find the repository… Read more

Similar

Faster Python with Go shared objects

There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)

Read more »

Analyzing Python Code with Python

One of the special things about software engineering as a profession is the possibility of ars-poetic work: part of our work is building tools that target our own work; perhaps a few surgeons around the globe can design and meld their own scalpel, but for... (more…)

Read more »