Create a Dynamic-Link Library with DevC++ for Python

Write a C Function in a Dynamic Library that computes the power function for an Array.
Use a C program to load the Dynamic Library and Test it with an Array.
Set up a Python project that Loads the C Dynamic Library using the Python ctypes package.