
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 Apr 2 - Apr 9
|Sold and shipped by newbookdeals
4.556701030927835 stars out of 5, based on 1843 seller reviews(4.6)1843 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
Programming Neural Networks with Python, (Paperback) $60.43
$6043current price $60.43Programming Neural Networks with Python, (Paperback)
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
Hands-On Web Scraping with Python - Second Edition: Extract quality data from the web using effective Python techniques (Paperback) $43.13
$4313current price $43.13Hands-On Web Scraping with Python - Second Edition: Extract quality data from the web using effective Python techniques (Paperback)
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)
Bioinformatics with Python Cookbook - Third Edition: Use modern Python libraries and applications to solve real-world co, (Paperback) $54.29
$5429current price $54.29Bioinformatics with Python Cookbook - Third Edition: Use modern Python libraries and applications to solve real-world co, (Paperback)
Python for DevOps: Master automation, CI/CD pipelines, and containerization with Python DevOps strategies (English Editi, (Paperback) $39.95
$3995current price $39.95Python for DevOps: Master automation, CI/CD pipelines, and containerization with Python DevOps strategies (English Editi, (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)
Mastering Algorithms with Python: A Practical Approach to Problem Solving and Python Implementation, (Paperback) $23.57
$2357current price $23.57Mastering Algorithms with Python: A Practical Approach to Problem Solving and Python Implementation, (Paperback)
Mastering PostgreSQL with Python Volume 1: A Comprehensive Guide $33.48
$3348current price $33.48Mastering PostgreSQL with Python Volume 1: A Comprehensive Guide
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)
Python programming, (Paperback) $46.00
$4600current price $46.00Python programming, (Paperback)
Mastering OpenCV with Python, (Paperback) $37.09
$3709current price $37.09Mastering OpenCV with Python, (Paperback)
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 Performance Tuning: Tricks & Techniken um schnelleren Python Code zu schreiben, (Paperback) $23.98
$2398current price $23.98Python Performance Tuning: Tricks & Techniken um schnelleren Python Code zu schreiben, (Paperback)
Parallel Programming with Python: Develop Efficient Parallel Systems Using the Robust Python Environment (Paperback) $25.95
$2595current price $25.95Parallel Programming with Python: Develop Efficient Parallel Systems Using the Robust Python Environment (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
