From a61bd415fc55b887564034ea64286ccdbd37eb26 Mon Sep 17 00:00:00 2001 From: Rishi Vishwakarma <85405647+rishio@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:32:28 +0000 Subject: [PATCH] Add Python NumPy Reference (PDF) (#6360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Python NumPy Reference (PDF) * Update books/free-programming-books-langs.md (implement suggestions) Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * re-placement Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 934f6eb9..3643d631 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1883,6 +1883,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Natural Language Processing with Python](http://www.nltk.org/book/) (3.x) * [Non-Programmer's Tutorial for Python 3](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3) - Wikibooks (3.3) * [Non-Programmer's Tutorial for Python 2.6](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6) - Wikibooks (2.6) +* [Official NumPy Reference](https://numpy.org/doc/stable/numpy-ref.pdf) - The NumPy Community (PDF) * [Picking a Python Version: A Manifesto](https://www.oreilly.com/ideas/picking-a-python-version) - David Mertz * [Porting to Python 3: An In-Depth Guide](http://python3porting.com) (2.6 - 2.x & 3.1 - 3.x) * [Practical Programming in Python](https://launchpadlibrarian.net/165489933/PracticalProgrammingPython2014.pdf) - Jeffrey Elkner (PDF)