by Justin Seitz
When it comes to creating powerful and effective hacking tools, Python is the language of choice for most security analysts. But just how does the magic happen?In Black Hat Python, the latest from Justin Seitz (author of the best-selling Gray Hat Python), you'll explore the darker side of Python's capabilities - writing network sniffers, manipulating packets, infecting virtual machines, creating s...
Price: $29.17 | Publisher: No Starch Press | Release: 2014
Python 3 Text Processing with NLTK 3 Cookbook
by Jacob Perkins
This book will show you the essential techniques of text and language processing. Starting with tokenization, stemming, and the WordNet dictionary, you'll progress to part-of-speech tagging, phrase chunking, and named entity recognition. You'll learn how various text corpora are organized, as well as how to create your own custom corpus. Then, you'll move onto text classification with a focus...
Price: $40.49 | Publisher: Packt Publishing | Release: 2014
Mastering Object-oriented Python
by Steven Lott
This practical example-oriented guide will teach you advanced concepts of object-oriented programming in Python. This book will present detailed examples of almost all of the special method names that support creating classes that integrate seamlessly with Python's built-in features. It will show you how to use JSON, YAML, Pickle, CSV, XML, Shelve, and SQL to create persistent objects and transmit obje...
Price: $24.35 | Publisher: Packt Publishing | Release: 2014
Mastering Python Regular Expressions
by Felix Lopez, Victor Romero
Regular expressions are used by many text editors, utilities, and programming languages to search and manipulate text based on patterns. They are considered the Swiss army knife of text processing. Powerful search, replacement, extraction and validation of strings, repetitive and complex tasks are reduced to a simple pattern using regular expressions.Mastering Python Regular Expressions will teach you about...
Price: $14.99 | Publisher: Packt Publishing | Release: 2014
Parallel Programming with Python
by Jan Palach
Starting with the basics of parallel programming, you will proceed to learn about how to build parallel algorithms and their implementation. You will then gain the expertise to evaluate problem domains, identify if a particular problem can be parallelized, and how to use the Threading and Multiprocessor modules in Python.The Python Parallel (PP) module, which is another mechanism for parallel programming, i...
Price: $13.99 | Publisher: Packt Publishing | Release: 2014
Python Tools for Visual Studio
by Martino Sabia, Cathy Wang
Python Tools for Visual Studio is a free and open source plugin for Visual Studio from Microsoft. It enables developers to use all the major productivity features of Visual Studio in their projects. The powerful integrated code navigation and code completion tools (IntelliSense) in PTVS empower developers to significantly speed up the coding process.PTVS provides a unique IDE for either Python or IronPython...
Price: $16.99 | Publisher: Packt Publishing | Release: 2014
by Daniel Arbuckle
Automated testing is the best way to increase efficiency and decrease the defects of software testing. It takes away much of the effort on your part so that you can find bugs early and easily. The Python unit testing framework makes it easy to write efficient automated test cases in Python. Applications involving many paradigms and styles can be very complicated to test, but with the right tools, testing be...
Price: $39.99 | Publisher: Packt Publishing | Release: 2014
Learning Python Data Visualization
by Chad R. Adams
The best applications use data and present it in a meaningful, easy-to-understand way. Packed with sample code and tutorials, this book will walk you through installing common charts, graphics, and utility libraries for the Python programming language.Firstly you will discover how to install and reference libraries in Visual Studio or Eclipse. We will then go on to build simple graphics and charts that allo...
Price: $47.99 | Publisher: Packt Publishing | Release: 2014
by Ivan Idris
Dive deeper into data analysis with the flexibility of Python and learn how its extensive range of scientific and mathematical libraries can be used to solve some of the toughest challenges in data analysis. Build your confidence and expertise and develop valuable skills in high demand in a world driven by Big Data with this expert data analysis book.This data science tutorial will help you learn how to eff...
Price: $49.99 | Publisher: Packt Publishing | Release: 2014
Learning Selenium Testing Tools with Python
by Unmesh Gundecha
Selenium WebDriver is a popular automated testing tool for web applications. Python is one of the top programming languages and when used with Selenium it can automate and test web applications. Using Python's unittest module, you can write test cases in Selenium. Over the years, Selenium has become a very powerful testing platform and many organizations are adopting Selenium WebDriver for creating aut...
Price: $38.99 | Publisher: Packt Publishing | Release: 2014