
Mastering Large Datasets with Python : Parallelize and Distribute Your Python Code (Edition 1) (Paperback)
(No ratings yet)
Key item features
Summary
Modern 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. You’ll 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 technology
Programming 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 book
Mastering Large Datasets with Python teaches you to write code that can handle datasets of any size. You’ll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. You’ll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, you’ll 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.
What's 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
About the reader
For Python programmers who need to work faster with more data.
About the author
J. T. Wolohan is a lead data scientist at Booz Allen Hamilton, and a PhD researcher at Indiana University, Bloomington.
Table of Contents:
PART 1
1 ¦ Introduction
2 ¦ Accelerating large dataset work: Map and parallel computing
3 ¦ Function pipelines for mapping complex transformations
4 ¦ Processing large datasets with lazy workflows
5 ¦ Accumulation operations with reduce
6 ¦ Speeding up map and reduce with advanced parallelization
PART 2
7 ¦ Processing truly big datasets with Hadoop and Spark
8 ¦ Best practices for large data with Apache Streaming and mrjob
9 ¦ PageRank with map and reduce in PySpark
10 ¦ Faster decision-making with machine learning and PySpark
PART 3
11 ¦ Large datasets in the cloud with Amazon Web Services and S3
12 ¦ MapReduce in the cloud with Amazon’s Elastic MapReduce
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Pub date20200121
- Pages312
- SubgenreComputers
Current price is USD$54.70
Price when purchased online
- Free shipping
Free 30-day returns
How do you want your item?
Columbus, 43215
Arrives between Mar 13 - Mar 20
|Sold and shipped by newbookdeals
4.552181115405853 stars out of 5, based on 1811 seller reviews(4.6)1811 seller reviews
Free 30-day returns
About this item
Product details
Programming 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. "Mastering large datasets with Python" teaches you to write code that can handle datasets of any size. You'll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. You'll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firly in place, you'll 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. Summary
Modern 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. You'll 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 technology
Programming 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 book
Mastering Large Datasets with Python teaches you to write code that can handle datasets of any size. You'll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. You'll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, you'll 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. What's inside
For Python programmers who need to work faster with more data. About the author
J. T. Wolohan is a lead data scientist at Booz Allen Hamilton, and a PhD researcher at Indiana University, Bloomington. Table of Contents: PART 1 1 ] Introduction 2 ] Accelerating large dataset work: Map and parallel computing 3 ] Function pipelines for mapping complex transformations 4 ] Processing large datasets with lazy workflows 5 ] Accumulation operations with reduce 6 ] Speeding up map and reduce with advanced parallelization PART 2 7 ] Processing truly big datasets with Hadoop and Spark 8 ] Best practices for large data with Apache Streaming and mrjob 9 ] PageRank with map and reduce in PySpark 10 ] Faster decision-making with machine learning and PySpark PART 3 11 ] Large datasets in the cloud with Amazon Web Services and S3 12 ] MapReduce in the cloud with Amazon's Elastic MapReduce
Modern 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. You'll 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 technology
Programming 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 book
Mastering Large Datasets with Python teaches you to write code that can handle datasets of any size. You'll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. You'll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, you'll 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. What's 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
For Python programmers who need to work faster with more data. About the author
J. T. Wolohan is a lead data scientist at Booz Allen Hamilton, and a PhD researcher at Indiana University, Bloomington. Table of Contents: PART 1 1 ] Introduction 2 ] Accelerating large dataset work: Map and parallel computing 3 ] Function pipelines for mapping complex transformations 4 ] Processing large datasets with lazy workflows 5 ] Accumulation operations with reduce 6 ] Speeding up map and reduce with advanced parallelization PART 2 7 ] Processing truly big datasets with Hadoop and Spark 8 ] Best practices for large data with Apache Streaming and mrjob 9 ] PageRank with map and reduce in PySpark 10 ] Faster decision-making with machine learning and PySpark PART 3 11 ] Large datasets in the cloud with Amazon Web Services and S3 12 ] MapReduce in the cloud with Amazon's Elastic MapReduce
Summary
Modern 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. You’ll 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 technology
Programming 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 book
Mastering Large Datasets with Python teaches you to write code that can handle datasets of any size. You’ll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. You’ll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, you’ll 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.
What's 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
About the reader
For Python programmers who need to work faster with more data.
About the author
J. T. Wolohan is a lead data scientist at Booz Allen Hamilton, and a PhD researcher at Indiana University, Bloomington.
Table of Contents:
PART 1
1 ¦ Introduction
2 ¦ Accelerating large dataset work: Map and parallel computing
3 ¦ Function pipelines for mapping complex transformations
4 ¦ Processing large datasets with lazy workflows
5 ¦ Accumulation operations with reduce
6 ¦ Speeding up map and reduce with advanced parallelization
PART 2
7 ¦ Processing truly big datasets with Hadoop and Spark
8 ¦ Best practices for large data with Apache Streaming and mrjob
9 ¦ PageRank with map and reduce in PySpark
10 ¦ Faster decision-making with machine learning and PySpark
PART 3
11 ¦ Large datasets in the cloud with Amazon Web Services and S3
12 ¦ MapReduce in the cloud with Amazon’s Elastic MapReduce
info:
We aim to show you accurate product information. Manufacturers, suppliers and others provide what you see here, and we have not verified it.
Specifications
Book format
Paperback
Fiction/nonfiction
Non-Fiction
Genre
Computing & Internet
Pub date
20200121
Warranty
Warranty information
Please be aware that the warranty terms on items offered for sale by third party Marketplace sellers may differ from those displayed in this section (if any). To confirm warranty terms on an item offered for sale by a third party Marketplace seller, please use the 'Contact seller' feature on the third party Marketplace seller's information page and request the item's warranty terms prior to purchase.
Similar items you might like
Based on what customers bought
Chapman & Hall/CRC the Python Geocomputation with Python, (Paperback) $54.74
$5474current price $54.74Chapman & Hall/CRC the Python Geocomputation with Python, (Paperback)
Python Complete Guide: The Ultimate Step-by-Step Guide to Python Coding with Real-World Projects, (Paperback) $57.00
$5700current price $57.00Python Complete Guide: The Ultimate Step-by-Step Guide to Python Coding with Real-World Projects, (Paperback)
Automate Excel with Python: A Practical Guide for Nonprogrammers, (Paperback) $49.99
$4999current price $49.99Automate Excel with Python: A Practical Guide for Nonprogrammers, (Paperback)
Asynchronous Programming in Python: Apply asyncio in Python to build scalable, high-performance apps across multiple sce, (Paperback) $44.97
$4497current price $44.97Asynchronous Programming in Python: Apply asyncio in Python to build scalable, high-performance apps across multiple sce, (Paperback)
Bioinformatics with Python Cookbook - Third Edition: Use modern Python libraries and applications to solve real-world co, (Paperback) $57.99
$5799current price $57.99Bioinformatics with Python Cookbook - Third Edition: Use modern Python libraries and applications to solve real-world co, (Paperback)
Programming Neural Networks with Python, (Paperback) $59.95
$5995current price $59.95Programming Neural Networks with Python, (Paperback)
Mastering Algorithms with Python: A Practical Approach to Problem Solving and Python Implementation, (Paperback) $23.57 Was $30.14
$2357current price $23.57, Was $30.14$30.14Mastering Algorithms with Python: A Practical Approach to Problem Solving and Python Implementation, (Paperback)
Python: Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns, (Paperback) $36.39
$3639current price $36.39Python: Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns, (Paperback)
scikit-learn Cookbook - Third Edition: Over 80 recipes for machine learning in Python with scikit-learn, (Paperback) $39.99
$3999current price $39.99scikit-learn Cookbook - Third Edition: Over 80 recipes for machine learning in Python with scikit-learn, (Paperback)
Python Algorithms: Mastering Basic Algorithms in the Python Language, (Paperback) $54.28
$5428current price $54.28Python Algorithms: Mastering Basic Algorithms in the Python Language, (Paperback)
Python Simplified with Generative AI: Hands-on Python development with GenAI tools integrating data science and web inte, (Paperback) $39.95
$3995current price $39.95Python Simplified with Generative AI: Hands-on Python development with GenAI tools integrating data science and web inte, (Paperback)
Chapman & Hall/CRC the Python Data Mining with Python: Theory, Application, and Case Studies, (Paperback) $51.19
$5119current price $51.19Chapman & Hall/CRC the Python Data Mining with Python: Theory, Application, and Case Studies, (Paperback)
Mastering PostgreSQL with Python Volume 1: A Comprehensive Guide $36.00
$3600current price $36.00Mastering PostgreSQL with Python Volume 1: A Comprehensive Guide
Learn Model Context Protocol with Python: Build agentic systems in Python with the new standard for AI capabilities, (Paperback) $36.99
$3699current price $36.99Learn Model Context Protocol with Python: Build agentic systems in Python with the new standard for AI capabilities, (Paperback)
Programming: 4 Books in 1: Python Programming & Crash Course, Machine Learning for Beginners, Python (Paperback) by James Deep $31.38
$3138current price $31.38Programming: 4 Books in 1: Python Programming & Crash Course, Machine Learning for Beginners, Python (Paperback) by James Deep
Python for RTL Verification: A complete course in Python, cocotb, and pyuvm (Paperback) by Ray Salemi $40.69
$4069current price $40.69Python for RTL Verification: A complete course in Python, cocotb, and pyuvm (Paperback) by Ray Salemi
Modern Python Programming using ChatGPT: 10x your software development skills with Python (English Edition), (Paperback) $27.95
$2795current price $27.95Modern Python Programming using ChatGPT: 10x your software development skills with Python (English Edition), (Paperback)
Deep Learning with Python: Step by Step Tutorials, (Paperback) $36.26
$3626current price $36.26Deep Learning with Python: Step by Step Tutorials, (Paperback)
Scientific Computing with Python: Mastering Numpy and Scipy, (Paperback) $19.95
$1995current price $19.95Scientific Computing with Python: Mastering Numpy and Scipy, (Paperback)
Mastering Python: Learn Python Step-by-Step with Practical Projects, (Paperback) $19.99
$1999current price $19.99Mastering Python: Learn Python Step-by-Step with Practical Projects, (Paperback)
Customer ratings & reviews
0 ratings|0 reviews
This item does not have any reviews yet
Related pages
- Computer Integrity
- Programming Blogs
- Php Laravel
- General Certification Guide Books
- Distributed Systems & Computing Books
- General Enterprise Applications Books
- Mathematical & Statistical Software Books
- Building Your Computer
- Open Source Books
- Use Code Python
- Computerintegrated Manufacturing
- JavaScript Programming Language Books
