You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: books/free-programming-books-langs.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ Books on general-purpose programming that don't focus on a specific language are
174
174
*[Django](#django)
175
175
*[Flask](#flask)
176
176
*[Kivy](#kivy)
177
+
*[Numpy](#numpy)
177
178
*[Pandas](#pandas)
178
179
*[PyOpenCl](#pyopencl)
179
180
*[Pyramid](#pyramid)
@@ -1980,7 +1981,6 @@ Books on general-purpose programming that don't focus on a specific language are
1980
1981
*[Dive into Python 3](https://diveintopython3.problemsolving.io) - Mark Pilgrim (3.0)
1981
1982
*[Dive into Python](https://linux.die.net/diveintopython/html/toc/index.html) - Mark Pilgrim (2.3)
1982
1983
*[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)
1984
1984
*[Full Stack Python](https://www.fullstackpython.com) - Matt Makai
1985
1985
*[Functional Programming in Python](https://www.oreilly.com/ideas/functional-programming-in-python) - David Mertz
1986
1986
*[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
0 commit comments