Contribute Media
A thank you to everyone who makes this possible: Read More

Atypes, Btypes and Ctypes

Summary

Ctypes is a great way to bring the depth and breadth of C libraries into Python. Whether trying not to reinvent the wheel, squeezing a bit more performance out of your code or needing to interoperate with C software, ctypes could be exactly what you need.

Details

Improve this page