Skip to content

Commit

Permalink
update session names | related with #4
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-ternes committed Apr 19, 2023
1 parent 4f7e644 commit 4ab39ff
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 34 deletions.
2 changes: 1 addition & 1 deletion book/1_numpy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scientific Python 1: NumPy
# NumPy

The most fundamental third-party package for scientific computing in Python is NumPy, which provides multidimensional **array** data types, along with a range of functions and methods to manipulate them. Other third-party packages, including Pandas (which we will look at next session), use NumPy arrays as backends for more specialized data structures.

Expand Down
Loading

0 comments on commit 4ab39ff

Please sign in to comment.