Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Modeling and Simulation in Python

Order the book from No Starch Press or Amazon.

Read the book and run the code.

Modeling and Simulation in Python is an introduction to physical modeling using a computational approach. It is organized in three parts:

  • The first part presents discrete models, including a bikeshare system and world population growth.

  • The second part introduces first-order systems, including models of infectious disease, thermal systems, and pharmacokinetics.

  • The third part is about second-order systems, including mechanical systems like projectiles, celestial mechanics, and rotating rigid bodies.

Taking a computational approach makes it possible to work with more realistic models than what you typically see in a first-year physics class, with the option to include features like friction and drag.

Python is an ideal programming language for this material. It is a good first language for people who have not programmed before, and it provides high-level data structures that are well-suited to express solutions to the problems we are interested in.

Modeling and Simulation in Python is a Free Book. It is available under the Creative Commons Attribution-NonCommercial 4.0 Unported License, which means that you are free to copy, distribute, and modify it, as long as you attribute the work and don’t use it for commercial purposes.

This and other Free Books by Allen Downey are available from Green Tea Press.

关于 About

Text and supporting code for Modeling and Simulation in Python

语言 Languages

Jupyter Notebook72.7%
HTML16.1%
Python10.9%
Shell0.2%
Makefile0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
5
Total Commits
峰值: 5次/周
Less
More

核心贡献者 Contributors