Răsfoiți Sursa

Merge pull request #137 from mgaitan/patch-1

Scientific python
vhf / victor felder 12 ani în urmă
părinte
comite
1c0d5b41bb
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      free-programming-books.md

+ 2 - 0
free-programming-books.md

@@ -728,6 +728,7 @@
 * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/)
 * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart
 * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
+* [Lectures on scientific computing with python](https://github.com/jrjohansson/scientific-python-lectures) - J.R. Johansson
 * [Natural Language Processing with Python](http://www.nltk.org/book)
 * [Porting to Python 3: An In-Depth Guide](http://python3porting.com/)
 * [Python Bibliotheca](http://openbookproject.net/pybiblio/)
@@ -735,6 +736,7 @@
 * [Python for Fun](http://www.openbookproject.net/py4fun/)
 * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php)
 * [Python for you and me](http://pymbook.readthedocs.org/en/latest/)
+* [Python Scientific Lecture Notes](http://scipy-lectures.github.io/)
 * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html)
 * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey