Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/lectures/python/organization_and_packaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
"\n",
"[Packages](https://docs.python.org/3/tutorial/modules.html#packages) are python's way of encapsulating reusable code elements for sharing with others. Packaging is a huge and complicated topic. We will just scratch the surface.\n",
"\n",
"We have already interacted with many packages already. Browse some of their github repositories to explore the structure of a large python package:\n",
"We have already interacted with many packages. Browse some of their github repositories to explore the structure of a large python package:\n",
"\n",
"* NumPy: <https://github.com/numpy/numpy>\n",
"* Pandas: <https://github.com/pandas-dev/pandas>\n",
Expand Down
2 changes: 1 addition & 1 deletion content/lectures/python/xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
"\n",
"Broadcasting arrays in numpy is a nightmare. It is much easier when the data axes are labeled!\n",
"\n",
"This is a useless calculation, but it illustrates how perfoming an operation on arrays with differenty coordinates will result in automatic broadcasting"
"This is a useless calculation, but it illustrates how perfoming an operation on arrays with different coordinates will result in automatic broadcasting"
]
},
{
Expand Down