diff --git a/free-programming-books.md b/free-programming-books.md index 2608f12f31ba64cf7978a2085579a7548969c8f0..ebc49aa0873e50580c127db42ced5e5dc2bd7ae6 100644 --- a/free-programming-books.md +++ b/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