Conclusion for Advanced Modeling
Concluding remarks for advanced usage of Numpy and Tkinter for modeling.
Using Numpy
gives Python the full array implementation that it is so frequently accused of lacking. With Numpy
, Pillow
, and Tkinter
, you were able to loop over a frame height, create individual frame arrays, and display them in a standalone GUI. The implementation requires complex conic section knowledge to make the arrays, but this program easily could have used shapes to accomplish the same result.
This chapter shows how you can perform advanced calculation, modeling, and simulation in Python. Though it glosses over some of the complex subjects, Numpy
and Tkinter
can be used to demonstrate advanced concepts in otherwise simple programs.
Get hands-on with 1400+ tech skills courses.