- Parallel Programming with Python
- Jan Palach
- 301字
- 2021-07-16 11:22:17
Preface
Months ago, in 2013, I was contacted by Packt Publishing professionals with the mission of writing a book about parallel programming using the Python language. I had never thought of writing a book before and had no idea of the work that was about to come; how complex it would be to conceive this piece of work and how it would feel to fit it into my work schedule within my current job. Although I thought about the idea for over a couple of days, I ended up accepting the mission and said to myself that it will be a great deal of personal learning and a perfect chance to disseminate my knowledge of Python to a worldwide audience, and thus, hopefully leave a worthy legacy along my journey in this life.
The first part of this work is to outline its topics. It is not easy to please everybody; however, I believe I have achieved a good balance in the topics proposed in this mini book, in which I intended to introduce Python parallel programming combining theory and practice. I have taken a risk in this work. I have used a new format to show how problems can be solved, in which examples are defined in the first chapters and then solved by using the tools presented along the length of the book. I think this is an interesting format as it allows the reader to analyze and question the different modules that Python offers.
All chapters combine a bit of theory, thereby building the context that will provide you with some basic knowledge to follow the practical bits of the text. I truly hope this book will be useful for those adventuring into the world of Python parallel programming, for I have tried to focus on quality writing.
- Vue.js 3.x快速入門
- Java 9 Concurrency Cookbook(Second Edition)
- ReSharper Essentials
- 零起步玩轉掌控板與Mind+
- 軟件項目管理(第2版)
- NativeScript for Angular Mobile Development
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Mastering Rust
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Hands-On Natural Language Processing with Python
- Java Web開發就該這樣學
- Getting Started with React Native
- 微信小程序開發與實戰(微課版)
- Java高并發編程詳解:深入理解并發核心庫