forked from sbu-python-class/python-science
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbulletin.txt
More file actions
17 lines (13 loc) · 689 Bytes
/
bulletin.txt
File metadata and controls
17 lines (13 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Course Name: Python for Scientific Computing
Credits: 0-1
Description:
Python has seen wide adoption in the scientific community for data
analysis, simulation, prototyping, and visualization. It provides a
simple, yet powerful means to build applications. This seminar
introduces python and its use in scientific computing. Students will
learn the standard python libraries for array manipulation,
visualization, numerical analysis, and symbolic mathematics, as well
as how to interface python with other languages, build applications,
and good software engineering practices (including version control and
testing). Students are encouraged to share examples from their
discipline.