Skip to content

yuanlinding/compy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

book cover

Computational modeling and visualization with Python

GitHub project page. J Wang

The latest source programs, library and data files for the book are deposited here and at http://www.faculty.umassd.edu/j.wang/book/

  • Sep. 2017: Jupyter vpython notebooks (.ipynb) are added next to the standard programs (.py), in addition to the archive containing all notebooks (Jupyter_vpython/Programs_ipynb.zip)

  • Sep. 2017: Updated input() function compatibility between Python 2.xx and 3.xx to affected programs (Original versions can be found in v1.0 folder). To summarize, all codes (.py and .ipynb) should run under Python 2.7x and 3.xx as follows:

    • .py codes not using VPython: will run in Jupyter (via load prog_name) and in a terminal

    • .py codes using classic VPython (visual installed): will run in Jupyter and in a terminal

    • .ipynb codes using Jupyter vpython: will run in Jupyter only

About

"Computational modeling and visualization" resource repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.1%
  • Jupyter Notebook 43.9%