How to Fit Models to Data in Python

In this video I show how to use the curvefit function in the scipy.optimize library. I also look at practical examples from physics.Tutorial Playlist:https:/… Read more

Similar

Under the hood of calling C/C++ from Python

I’ve always been fascinated by CPython and C language companionship. On the one hand, we’ve got a comprehensive and straightforward tool, and on the other — performant and low-level one. I’d even say that this synergy is one of the main pillars that hav... (more…)

Read more »