Transcription of An introduction to Python for scientific computing
{{id}} {{{paragraph}}}
2019 M. Scott Shell 1/62 last modified 9/24/2019 An introduction to Python for scientific computing Table of contents Table of contents .. 1 Overview .. 3 Installation .. 3 Other resources .. 4 Interactive interpreter .. 4 Everything is an object .. 6 Basic types .. 7 Python as a calculator .. 8 Boolean values and comparison operators .. 9 Variable assignment .. 10 Strings .. 10 Special characters in strings .. 11 String formatting .. 12 Lists .. 14 Accessing list elements .. 16 List comprehensions .. 17 List operations and 18 Tuples and immutable versus mutable objects .. 21 Assignment and name binding .. 22 Multiple assignment.
Python is an extremely usable, high-level programming language that is quickly becoming a standard in scientific computing. It is open source, completely standardized across different
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}