thon-Parallel-Programming-Cookbook-Second-Edition

所属分类:超算/并行计算
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2022-10-28 10:13:28
上 传 者sh-1993
说明:  Python并行编程食谱–第二版,由Packt出版,
(Python Parallel Programming Cookbook – Second Edition, published by Packt,)

文件列表:
Chapter01/ (0, 2022-10-28)
Chapter01/__pycache__/ (0, 2022-10-28)
Chapter01/__pycache__/do_something.cpython-35.pyc (502, 2022-10-28)
Chapter01/classes.py (1128, 2022-10-28)
Chapter01/dir.py (565, 2022-10-28)
Chapter01/do_something.py (109, 2022-10-28)
Chapter01/file.py (178, 2022-10-28)
Chapter01/flow.py (660, 2022-10-28)
Chapter01/lists.py (353, 2022-10-28)
Chapter01/multiprocessing_test.py (564, 2022-10-28)
Chapter01/multithreading_test.py (529, 2022-10-28)
Chapter01/serial_test.py (355, 2022-10-28)
Chapter01/test.txt (41, 2022-10-28)
Chapter01/thread_and_processes.py (1112, 2022-10-28)
Chapter02/ (0, 2022-10-28)
Chapter02/Barrier.py (617, 2022-10-28)
Chapter02/Condition.py (1470, 2022-10-28)
Chapter02/Event.py (1143, 2022-10-28)
Chapter02/MyThreadClass.py (1582, 2022-10-28)
Chapter02/MyThreadClass_lock.py (1751, 2022-10-28)
Chapter02/MyThreadClass_lock_2.py (1755, 2022-10-28)
Chapter02/Rlock.py (1199, 2022-10-28)
Chapter02/Semaphore.py (808, 2022-10-28)
Chapter02/Thread_definition.py (331, 2022-10-28)
Chapter02/Thread_determine.py (910, 2022-10-28)
Chapter02/Thread_name_and_processes.py (627, 2022-10-28)
Chapter02/Threading_with_queue.py (1097, 2022-10-28)
Chapter03/ (0, 2022-10-28)
Chapter03/__pycache__/ (0, 2022-10-28)
Chapter03/__pycache__/myFunc.cpython-35.pyc (505, 2022-10-28)
Chapter03/communicating_with_pipe.py (1161, 2022-10-28)
Chapter03/communicating_with_queue.py (1418, 2022-10-28)
Chapter03/killing_processes.py (552, 2022-10-28)
Chapter03/myFunc.py (151, 2022-10-28)
Chapter03/naming_processes.py (668, 2022-10-28)
Chapter03/process_in_subclass.py (284, 2022-10-28)
Chapter03/process_pool.py (389, 2022-10-28)
Chapter03/processes_barrier.py (1107, 2022-10-28)
Chapter03/run_background_processes.py (875, 2022-10-28)
Chapter03/run_background_processes_no_daemons.py (876, 2022-10-28)
... ...

# Python Parallel Programming Cookbook - Second Edition Python Parallel Programming Cookbook - Second Edition This is the code repository for [Python Parallel Programming Cookbook - Second Edition ](https://www.packtpub.com/programming/python-parallel-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781789533736), published by Packt. **Over 70 recipes to solve challenges in multithreading and distributed system with Python 3** ## What is this book about? Nowadays, it has become extremely important for programmers to understand the link between the software and the parallel nature of their hardware so that their programs run efficiently on computer architectures. Applications based on parallel programming are fast, robust, and easily scalable. This book covers the following exciting features: * Synchronize multiple threads and processes to manage parallel tasks * Use message passing techniques to establish communication between processes to build parallel applications * Program your own GPU cards to address complex problems * Manage computing entities to execute distributed computational task * Write efficient programs by adopting the event-driven programming model * Explore cloud technology with Django and Google App Engine * Apply parallel programming techniques that can lead to performance improvements If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1789533732) today! https://www.packtpub.com/ ## Instructions and Navigations All of the code is organized into folders. For example, Chapter02. The code will look like the following: ``` class Pdb_test(object): def __init__(self, parameter): self.counter = parameter ``` **Following is what you need for this book:** The Python Parallel Programming Cookbook is for software developers who are well-versed with Python and want to use parallel programming techniques to write powerful and efficient code. This book will help you master the basics and the advanced of parallel computing. With the following software and hardware list you can run all code files present in the book (Chapter 01-09). ### Software and Hardware List | No | Software required | OS required | | -------- | ------------------------------------ | ----------------------------------- | | 1 | Python 3.7 | Any | We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://static.packt-cdn.com/downloads/9781789533736_ColorImages.pdf). ### Related products * Mastering GUI Programming with Python [[Packt]](https://www.packtpub.com/in/application-development/mastering-gui-programming-python?utm_source=github&utm_medium=repository&utm_campaign=9781789612905) [[Amazon]](https://www.amazon.com/dp/178961290X) * Expert Python Programming - Third Edition [[Packt]](https://www.packtpub.com/in/application-development/expert-python-programming-third-edition?utm_source=github&utm_medium=repository&utm_campaign=9781789808896) [[Amazon]](https://www.amazon.com/dp/1789808898) ## Get to Know the Author **Giancarlo Zaccone** Giancarlo Zaccone has over fifteen years' experience of managing research projects in the scientific and industrial domains. He is a software and systems engineer at the European Space Agency (ESTEC), where he mainly deals with the cybersecurity of satellite navigation systems. Giancarlo holds a master's degree in physics and an advanced master's degree in scientific computing. Giancarlo has already authored the following titles, available from Packt: Python Parallel Programming Cookbook (First Edition), Getting Started with TensorFlow, Deep Learning with TensorFlow (First Edition), and Deep Learning with TensorFlow (Second Edition). ## Other books by the authors [Python Parallel Programming Cookbook ](https://www.packtpub.com/application-development/python-parallel-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781785289583) ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.

近期下载者

相关文件


收藏者