diff --git a/img/cover_violent_python.jpg b/img/cover_violent_python.jpg new file mode 100644 index 0000000..1fa1b07 Binary files /dev/null and b/img/cover_violent_python.jpg differ diff --git a/issues.json b/issues.json index 4974eb6..adc9992 100644 --- a/issues.json +++ b/issues.json @@ -27,6 +27,24 @@ "url": "http://www.oreilly.com/programming/free/files/from-future-import-python.pdf", "cover": "img/cover_picking_python_version_manifesto.gif" }, + { + "title": "Violent Python: A Cookbook for Hackers", + "author": "Syngress", + "authorUrl": "https://twitter.com/syngress", + "level": "Beginner", + "info": "Violent Python shows you how to move from a theoretical understanding of offensive computing concepts to a practical implementation.", + "url": "https://github.com/reconSF/python/blob/master/Syngress.Violent.Python.a.Cookbook.for.Hackers.2013.pdf", + "cover": "img/cover_violent_python.jpg" + }, + { + "title": "Modern Python Cookbook ", + "author": "Steven F. Lott ", + "authorUrl": "https://twitter.com/s_lott", + "level": "Beginner", + "info": "This book comes with over 100 recipes on the latest version of Python. The recipes will benefit everyone ranging from beginner to an expert.", + "url": "https://anonfiles.com/h8T6p990n6/9781786469250-MODERN_PYTHON_COOKBOOK-comp_pdf", + "cover": "img/cover_modern_python.png" + }, { "title": "Python para Desenvolvedores (2nd Edition)", "author": "Luiz Eduardo Borges",