if you are on python just use this library:
https://github.com/iceland2k14/secp256k1 fastest out there for python since .dll(Windows) and .so(Linux) are shared libraries containing compiled functions written on C++ ready to load and use.
Most my codes that are there just good for testing and research. That is what I do mostly.