Minor changes to instructional goals
This commit is contained in:
parent
115ec378ba
commit
ba12413d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,5 +34,5 @@ Starting with the second edition in 1989, Sandler incorporated computational exe
|
||||||
|
|
||||||
A major focus of the 6th edition of SIS is to rewrite the problems, demonstrations, and solutions to use the modern scientific computing stack centered on the Python language and to incorporate more examples using Python and Jupyter notebooks.
|
A major focus of the 6th edition of SIS is to rewrite the problems, demonstrations, and solutions to use the modern scientific computing stack centered on the Python language and to incorporate more examples using Python and Jupyter notebooks.
|
||||||
|
|
||||||
Python emerged in the last decade as a powerful scripting and programming language, especially for scientific computing. Using it has several advantages, including robust numerical libraries and plotting routines and its accessibility to users as an open source community. We will rarely use its object oriented properties. Our goal is to write programs that function while keeping the syntax and use on a relatively elementary level. Jupyter provides a seamless integration of technical text, code, and computational results.
|
Python emerged in the last decade as a powerful scripting and programming language, especially for scientific computing. Using it has several advantages, including its robust numerical libraries and plotting routines and its accessibility to users as an open source community. We will rarely use python's object oriented properties. Our goal is to write programs that function while keeping the syntax and use on a relatively elementary level. Jupyter provides a seamless integration of technical text, code, and computational results.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue