Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Python Scientific Computing

You're reading from   Mastering Python Scientific Computing A complete guide for Python programmers to master scientific computing using Python APIs and tools

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher
ISBN-13 9781783288823
Length 300 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Kumar Mehta Kumar Mehta
Author Profile Icon Kumar Mehta
Kumar Mehta
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. The Landscape of Scientific Computing – and Why Python? 2. A Deeper Dive into Scientific Workflows and the Ingredients of Scientific Computing Recipes FREE CHAPTER 3. Efficiently Fabricating and Managing Scientific Data 4. Scientific Computing APIs for Python 5. Performing Numerical Computing 6. Applying Python for Symbolic Computing 7. Data Analysis and Visualization 8. Parallel and Large-scale Scientific Computing 9. Revisiting Real-life Case Studies 10. Best Practices for Scientific Computing Index

The architecture of IPython parallel computing


The architecture of parallel computing in IPython has three main components. These components are part of the parallel package of IPython. The architecture of IPython parallel computing is depicted in the following figure:

The three main components of IPython parallel computing are client, controller, and engines. The controller component is composed of two subcomponents: HUB and SCHEDULERS. It allows client interaction with engines through two main interfaces: direct interface and load-balanced interface.

The components of parallel computing

Various components and concepts related to the IPython parallel computing architecture will be discussed in this subsection. The components are the IPython engine, the IPython controller (the hub and schedulers), and the IPython clients and views.

The IPython engine

The core component performs the actual execution of the Python command received as a network request. The engine is an instance of a regular Python...

lock icon The rest of the chapter is locked
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mastering Python Scientific Computing
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime
Modal Close icon
Modal Close icon