Skip to content

Commit

Permalink
Merge pull request revolunet#76 from staceybellerose/additional-books
Browse files Browse the repository at this point in the history
Add 4 books to issues.json
  • Loading branch information
Julien Bouquillon authored Oct 5, 2020
2 parents d1d8784 + 3afb9ac commit 5b80a69
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Binary file added img/cover_bayes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cover_dsp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cover_learnbreak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cover_py101.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,42 @@
"info": "[registration] Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers",
"url": "https://www.packtpub.com/free-ebook/mastering-python",
"cover": "img/Mastering-Python.jpg"
},
{
"title": "Think Bayes",
"author": "Allen B. Downey",
"authorUrl": "http://www.greenteapress.com/",
"level": "Advanced",
"info": "Think Bayes is an introduction to Bayesian statistics using computational methods.",
"url": "http://www.greenteapress.com/thinkbayes/thinkbayes.pdf",
"cover": "img/cover_bayes.png"
},
{
"title": "Think DSP",
"author": "Allen B. Downey",
"authorUrl": "http://www.greenteapress.com/",
"level": "Advanced",
"info": "Think DSP is an introduction to Digital Signal Processing in Python.",
"url": "http://greenteapress.com/thinkdsp/thinkdsp.pdf",
"cover": "img/cover_dsp.jpg"
},
{
"title": "Python 101",
"author": "Michael Driscoll",
"authorUrl": "https://www.blog.pythonlibrary.org/",
"level": "Beginner",
"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.",
"url": "https://python101.pythonlibrary.org/",
"cover": "img/cover_py101.jpg"
},
{
"title": "Learn Python, Break Python",
"author": "Scott Grant",
"authorUrl": "https://scootah.com/",
"level": "Beginner",
"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.",
"url": "https://learnpythonbreakpython.com/",
"cover": "img/cover_learnbreak.jpg"
}
]
}

0 comments on commit 5b80a69

Please sign in to comment.