Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python for Secret Agents (repost)

Posted By: arundhati
Python for Secret Agents (repost)

Steven F Lott, "Python for Secret Agents"
2014 | ISBN-10: 1783980427 | 216 pages | PDF | 1 MB

Analyze, encrypt, and uncover intelligence data using Python, the essential tool for all aspiring secret agents
About This Book
Build a toolbox of Python gadgets for password recovery, currency conversion, and civic data hacking
Use stenography to hide secret messages in images
Get to grips with geocoding to find villains' secret lairs
Who This Book Is For

If you are a Python beginner who is looking to learn the language through interesting projects, this book is for you. A basic knowledge of programming and statistics is beneficial to get the most out of the book.
In Detail

Python is an easy-to-learn and extensible programming language that allows secret agents to work with a wide variety of data in a number of ways. It gives beginners a simple way to start programming, but Python's standard library also provides numerous packages that allow Python-using secret agents to easily utilize very sophisticated information processing.

This book will guide new field agent trainees through putting together a Python-based toolset to gather, analyze, and communicate data. It starts by covering the basics and then moves on to sections such as file exchange, image processing, geocoding, simple trigonometry, and more sensitive statistical processing. You will then learn how to use polynomials to encode and decode data in different representations. Furthermore, this book shows you how to add tools to a Python environment, work with images, and parse HTML web pages to extract meaningful data. The idea of adding packages to Python is central to how an agent will leverage these tools for data processing.