Skip to content

Latest commit

 

History

History
172 lines (124 loc) · 4.97 KB

pycse.org

File metadata and controls

172 lines (124 loc) · 4.97 KB

pycse - Python3 Computations in Science and Engineering

./pycse.png

1 Overview

This is a collection of examples of using python in the kinds of scientific and engineering computations I have used in classes and research. They are organized by topics.

I recommend the Continuum IO Anaconda python distribution (https://www.continuum.io). This distribution is free for academic use, and cheap otherwise. It is pretty complete in terms of mathematical, scientific and plotting modules. All of the examples in this book were created run with the Anaconda python distribution.

#+include t: pycse-chapters/license.org :minlevel 1

2 Additional References

  1. Tutorials on the scientific Python ecosystem: a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert. http://scipy-lectures.org/

@@latex:\printindex@@