From 97d1de3d84e25bcc1211024b2b5077d7777c0427 Mon Sep 17 00:00:00 2001 From: prashantpackt Date: Wed, 27 Sep 2017 14:15:34 +0530 Subject: [PATCH] README file added --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c79593 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Python Digital Forensics Cookbook +This is the code repository for [Python Digital Forensics Cookbook](https://www.packtpub.com/networking-and-servers/python-digital-forensics-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781783987467), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. +## About the Book +Technology plays an increasingly large role in our daily lives and shows no sign of stopping. Now, more than ever, it is paramount that an investigator develops programming expertise to deal with increasingly large datasets. +## Instructions and Navigation +All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. + +This is the code bundle for the book, Python Digital Forensics Cookbook, published by Packt. + +All the code files are arracnged in the folder of respective chapter. + +The code will look like the following: +``` +def hello_world(): + print(“Hello World!”) +hello_world() +``` + +In order to follow along with and execute the recipes within this cookbook, use a computer with an Internet connection and the latest Python 2.7 and Python 3.5 installations. Recipes may require additional third-party libraries to be installed; instructions for doing that are provided in the recipe. For ease of development and implementation of these recipes, it is recommended that you set up and configure an Ubuntu virtual machine for development. These recipes, unless otherwise noted, were built and tested within an Ubuntu 16.04 environment with both Python 2.7 and 3.5. Several recipes will require the use of a Windows operating system, as many forensic tools operate onlyon this platform. + +## Related Products +* [wxPython Application Development Cookbook](https://www.packtpub.com/application-development/wxpython-application-development-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781785287732) + +* [wxPython 2.8 Application Development Cookbook](https://www.packtpub.com/application-development/wxpython-28-application-development-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781849511780) + +* [Python: End-to-end Data Analysis](https://www.packtpub.com/big-data-and-business-intelligence/python-end-end-data-analysis?utm_source=github&utm_medium=repository&utm_campaign=9781788394697) + +### Suggestions and Feedback +[Click here](https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.