If I want to create a program which calculate the derivative of functions.
For the simple case, consider that the acceptable functions which our program can deal with are only polynomials.
My question are:
- What is the background needed to design such program using Python?
- Would this project be a difficult one for a beginner in Python?
- Is Python a suitable language which could be used to design such a program or would it be easier to accomplish in another language?