Software Engineer Intern
Refactored C to Python foreign function interface implementation for Bloomberg’s Real Time Distribution team’s Python SDK.Rewrote classes and unit tests in Python SDK to call functions directly from C++ source code using the C Foreign Function Interface libraryEvaluated different implementations, such as accessing the C library at the binary level or compiling bindings as a separate module.