HomeComputers & TechnologyMastering Large Datasets with Python: Parallelize and Distribute Your Python Code
Skip to product information
1 of 1

Mastering Large Datasets with Python: Parallelize and Distribute Your Python Code

paperbackJanuary 21, 2020
Regular price $33.73 USD
Regular price Sale price $33.73 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9781617296239 ISBN-10: 1617296236
Publisher
LAP Lambert Academic Publishing
Binding
paperback
Published
January 21, 2020
Weight
1.2 lbs
Dimensions
23.50×1.80×18.70 cm

About this book

Mastering Large Datasets with Python: Parallelize and Distribute Your Python Code by Wolohan, John T.. paperback edition. ISBN: 9781617296239.

SummaryModern data science solutions need to be clean, easy to read, and scalable. In Mastering Large Datasets with Python, author J.T. Wolohan teaches you how to take a small project and scale it up using a functionally influenced approach to Python coding. Youll explore methods and built-in Python tools that lend themselves to clarity and scalability, like the high-performing parallelism method, as well as distributed technologies that allow for high data throughput. The abundant hands-on exercises in this practical tutorial will lock in these essential skills for any large-scale data science project. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technologyProgramming techniques that work well on laptop-sized data can slow to a crawl--or fail altogether--when applied to massive files or distributed datasets. By mastering the powerful map and reduce paradigm, along with the Python-based tools that support it, you can write data-centric applications that scale efficiently without requiring codebase rewrites as your requirements change. About the bookMastering Large Datasets with Python teaches you to write code that can handle datasets of any size. Youll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. Youll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, youll explore tools like Hadoop and PySpark to efficiently process massive distributed datasets, speed up decision-making with machine learning, and simplify your data storage with AWS S3. Whats inside An introduction to the map and reduce paradigm Parallelization with the multiprocessing module and pathos framework Hadoop and Spark for distributed computing Running AWS jobs to process large datasets