|
719 | 719 | "info": "[registration] Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers", |
720 | 720 | "url": "https://www.packtpub.com/free-ebook/mastering-python", |
721 | 721 | "cover": "img/Mastering-Python.jpg" |
| 722 | + }, |
| 723 | + { |
| 724 | + "title": "Think Bayes", |
| 725 | + "author": "Allen B. Downey", |
| 726 | + "authorUrl": "http://www.greenteapress.com/", |
| 727 | + "level": "Advanced", |
| 728 | + "info": "Think Bayes is an introduction to Bayesian statistics using computational methods.", |
| 729 | + "url": "http://www.greenteapress.com/thinkbayes/thinkbayes.pdf", |
| 730 | + "cover": "img/cover_bayes.png" |
| 731 | + }, |
| 732 | + { |
| 733 | + "title": "Think DSP", |
| 734 | + "author": "Allen B. Downey", |
| 735 | + "authorUrl": "http://www.greenteapress.com/", |
| 736 | + "level": "Advanced", |
| 737 | + "info": "Think DSP is an introduction to Digital Signal Processing in Python.", |
| 738 | + "url": "http://greenteapress.com/thinkdsp/thinkdsp.pdf", |
| 739 | + "cover": "img/cover_dsp.jpg" |
| 740 | + }, |
| 741 | + { |
| 742 | + "title": "Python 101", |
| 743 | + "author": "Michael Driscoll", |
| 744 | + "authorUrl": "https://www.blog.pythonlibrary.org/", |
| 745 | + "level": "Beginner", |
| 746 | + "info": "Learn how to program with Python 3 from beginning to end. Python 101 starts off with the fundamentals of Python and then builds onto what you’ve learned from there.", |
| 747 | + "url": "https://python101.pythonlibrary.org/", |
| 748 | + "cover": "img/cover_py101.jpg" |
| 749 | + }, |
| 750 | + { |
| 751 | + "title": "Learn Python, Break Python", |
| 752 | + "author": "Scott Grant", |
| 753 | + "authorUrl": "https://scootah.com/", |
| 754 | + "level": "Beginner", |
| 755 | + "info": "Learn Python, Break Python is a hands-on introduction to the Python programming language, written for people who have no experience with programming whatsoever.", |
| 756 | + "url": "https://learnpythonbreakpython.com/", |
| 757 | + "cover": "img/cover_learnbreak.jpg" |
722 | 758 | } |
723 | 759 | ] |
724 | 760 | } |
0 commit comments