I'm a Sr. Software Engineer at Flashpoint. I specialize in Python and Go, building functional, practical, and maintainable web systems leveraging Kubernetes and the cloud. Blog opinions are my own.
This is a really neat article, I didn't know it was this easy! Because I'm not familiar with the ctypes module, and from ctypes import * makes it a little tough to see which functionality is coming from ctypes, is it just the CDLL class that you're using from there?
Sr. Software Engineer at CallRail building developer tooling and engineering platforms. PhD student at the University of Nebraska studying bioinformatics. Editor at JOSS.
This is a really neat article, I didn't know it was this easy! Because I'm not familiar with the
ctypesmodule, andfrom ctypes import *makes it a little tough to see which functionality is coming fromctypes, is it just theCDLLclass that you're using from there?Yes! and thank you for pointing out the lack of clarity. the
CDLLis the only thing in the Python script coming from the ctypes module