Skip to content

Commit

Permalink
move plotting + details about creators
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancelot the Brave committed Aug 20, 2024
1 parent e306dff commit 5b2c722
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions ch02data/082NumPy.ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
# * [NumPy](https://numpy.org/), a fast numeric computing library offering a flexible *n*-dimensional array type.
# * [IPython](https://ipython.readthedocs.io/en/stable/overview.html), an interactive Python interpreter that later led to the [Jupyter notebook](https://jupyter.org/) interface.
#
# <details><summary>Who created those?</summary>
#
# * [John D. Hunter](https://en.wikipedia.org/wiki/John_D._Hunter) created Matplotlib
# * [Travis Oliphant](https://en.wikipedia.org/wiki/Travis_Oliphant) is the primary creator of NumPy, founding contributor of SciPy, and he's also the founder of Anaconda
# * [Fernando Perez](https://en.wikipedia.org/wiki/Fernando_P%C3%A9rez_\(software_developer\)) created IPython
#
# </details>
#
#
# By combining a plotting library, a fast numeric library, and an easy-to-use interface allowing live plotting commands in a persistent environment, the powerful capabilities of MATLAB were matched by a free and open toolchain.
#
# We've learned about Matplotlib and IPython in this course already. NumPy is the last part of the trilogy.
Expand Down

0 comments on commit 5b2c722

Please sign in to comment.