# Calculus-with-Python **Repository Path**: sunx71/Calculus-with-Python ## Basic Information - **Project Name**: Calculus-with-Python - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-27 - **Last Updated**: 2026-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Link to the book](http://ryancheunggit.gitbooks.io/calculus-with-python/content/) click on the chapters in the left panel to read [本书链接](http://ryancheunggit.gitbooks.io/calculus-with-python/content/) 点击左边章节阅读 谨以此书献给我亲爱的家人 Python部分利用到了Numpy,Matplotlib,Sympy等Library. 建议新手安装Enthought的[Canopy Python Distribution](https://store.enthought.com/downloads/),本书中用到的Library就都满足了。 推荐的函数库调用方法: ``` import numpy as np import matplotlib.pyplot as plt import sympy ``` Due to work/life situations, I never got chance to restart the project.... Thanks [@TerenceLiu98](https://github.com/TerenceLiu98) who made some adapted jupyter notebooks, you can view them [here](https://github.com/TerenceLiu98/Self_Study)