Skip to content

Commit 3afb9ac

Browse files
Add 4 books to issues.json
1 parent 9ef486c commit 3afb9ac

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

img/cover_bayes.png

55.4 KB
Loading

img/cover_dsp.jpg

32.7 KB
Loading

img/cover_learnbreak.jpg

58.7 KB
Loading

img/cover_py101.jpg

31.6 KB
Loading

issues.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,42 @@
719719
"info": "[registration] Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers",
720720
"url": "https://www.packtpub.com/free-ebook/mastering-python",
721721
"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"
722758
}
723759
]
724760
}

0 commit comments

Comments
 (0)