Inspiration
We wanted to learn how to make Python libraries, and also wanted a set of statistics functions like the ones in R.
What it does
An easily importable Python library that includes basic statistics operations.
How we built it
We used Python.h to wrap C functions into a Python library .
Challenges we ran into
Converting data types between languages can be tricky.
Accomplishments that we're proud of
We now have a Python library than can easily be imported into projects that includes many useful statistics functions.
What we learned
How to write and wrap C code so that it can be used in Pyhon.
What's next for easystats
I plan to continue adding more functions since I find myself wishing I had access to a lot of functions when moving from R to Python.
Log in or sign up for Devpost to join the conversation.