Skip to content

Commit e9bfbbd

Browse files
authored
Add Guide to NumPY (EbookFoundation#11579)
* Add Guide to NumPY * Move From Python To NumPY to separate section and add annotations * Add books from numpy official repo * Fix order * Fix formatting between end of list and last section This error was caused because blank line was followed by a space * Remove Numpy absolute user guide As it's part of user guide hence no separate entry is needed
1 parent ae614f5 commit e9bfbbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

books/free-programming-books-langs.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Books on general-purpose programming that don't focus on a specific language are
174174
* [Django](#django)
175175
* [Flask](#flask)
176176
* [Kivy](#kivy)
177+
* [Numpy](#numpy)
177178
* [Pandas](#pandas)
178179
* [PyOpenCl](#pyopencl)
179180
* [Pyramid](#pyramid)
@@ -1980,7 +1981,6 @@ Books on general-purpose programming that don't focus on a specific language are
19801981
* [Dive into Python 3](https://diveintopython3.problemsolving.io) - Mark Pilgrim (3.0)
19811982
* [Dive into Python](https://linux.die.net/diveintopython/html/toc/index.html) - Mark Pilgrim (2.3)
19821983
* [Essential Python](https://www.programming-books.io/essential/python/) - Krzysztof Kowalczyk, StackOverflow Contributors
1983-
* [From Python to NumPy](https://www.labri.fr/perso/nrougier/from-python-to-numpy/) - Nicolas P. Rougier (3.6)
19841984
* [Full Stack Python](https://www.fullstackpython.com) - Matt Makai
19851985
* [Functional Programming in Python](https://www.oreilly.com/ideas/functional-programming-in-python) - David Mertz
19861986
* [Fundamentals of Python Programming](https://web.archive.org/web/20191005170430/http://python.cs.southern.edu/pythonbook/pythonbook.pdf) - Richard L. Halterman (PDF) *(:construction: in process)*
@@ -2128,6 +2128,13 @@ Books on general-purpose programming that don't focus on a specific language are
21282128
* [Kivy Programming Guide](https://kivy.org/docs/guide-index.html)
21292129

21302130

2131+
#### NumPY
2132+
2133+
* [From Python to NumPy](https://www.labri.fr/perso/nrougier/from-python-to-numpy/) - Nicolas P. Rougier (HTML) (3.6)
2134+
* [Guide to NumPY 2010](https://web.mit.edu/dvp/Public/numpybook.pdf) - Travis E. Oliphant (PDF).
2135+
* [NumPy user guide](https://numpy.org/doc/stable/user) - NumPY developers (HTML).
2136+
2137+
21312138
#### Pandas
21322139

21332140
* [Best Pandas Tutorial \| Learn with 50 Examples](https://www.listendata.com/2017/12/python-pandas-tutorial.html) - Ekta Aggarwal (HTML)

0 commit comments

Comments
 (0)