Hands-On-Reactive-Programming-with-Python

所属分类:操作系统开发
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-02-05 18:22:12
上 传 者sh-1993
说明:  使用Python进行实战 React编程,由Packt出版,
(Hands-On-Reactive-Programming-with-Python, published by Packt,)

文件列表:
Chapter01/ (0, 2023-02-05)
Chapter01/echo1.py (240, 2023-02-05)
Chapter01/echo2.py (351, 2023-02-05)
Chapter02/ (0, 2023-02-05)
Chapter02/event_loop.py (424, 2023-02-05)
Chapter02/http_echo.py (537, 2023-02-05)
Chapter03/ (0, 2023-02-05)
Chapter03/cycle_subject.py (542, 2023-02-05)
Chapter03/rx_http_echo.py (3520, 2023-02-05)
Chapter04/ (0, 2023-02-05)
Chapter04/catch_exception.py (297, 2023-02-05)
Chapter04/create1.py (369, 2023-02-05)
Chapter04/create2.py (838, 2023-02-05)
Chapter04/dispose.py (270, 2023-02-05)
Chapter04/from_callback.py (367, 2023-02-05)
Chapter04/from_future.py (523, 2023-02-05)
Chapter04/interval.py (348, 2023-02-05)
Chapter04/just.py (212, 2023-02-05)
Chapter04/of1.py (221, 2023-02-05)
Chapter04/of2.py (287, 2023-02-05)
Chapter04/publish_connect1.py (506, 2023-02-05)
Chapter04/publish_connect2.py (506, 2023-02-05)
Chapter04/publish_connect3.py (507, 2023-02-05)
Chapter04/range1.py (219, 2023-02-05)
Chapter04/range2.py (225, 2023-02-05)
Chapter04/range3.py (229, 2023-02-05)
Chapter04/refcount.py (486, 2023-02-05)
Chapter04/repeat1.py (267, 2023-02-05)
Chapter04/repeat2.py (288, 2023-02-05)
Chapter04/retry.py (633, 2023-02-05)
Chapter04/start1.py (400, 2023-02-05)
Chapter04/start2.py (649, 2023-02-05)
Chapter04/subscribe1.py (352, 2023-02-05)
Chapter04/subscribe2.py (232, 2023-02-05)
Chapter04/throw1.py (236, 2023-02-05)
Chapter04/throw2.py (253, 2023-02-05)
Chapter04/timer1.py (423, 2023-02-05)
Chapter05/ (0, 2023-02-05)
Chapter05/asyncio_scheduler1.py (828, 2023-02-05)
... ...

# Hands-On Reactive Programming with Python This is the code repository for [Hands-On Reactive Programming with Python](https://www.packtpub.com/application-development/hands-reactive-programming-python?utm_source=github&utm_medium=repository&utm_campaign=9781789138726), published by Packt. **A comprehensive guide to help you understand the principles of Reactive and asynchronous programming and its benefits** ## About this repository The master branch of this repository contains code that has been updated to work with rxpy v4 and cyclotron v2. The code updated for rxpy v3 and cyclotron v1 is available on the [ed1/rxpy3](https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Python/tree/ed1/rxpy3) branch. The original code published with the book is available on the [ed1/rxpy1](https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Python/tree/ed1/rxpy1) branch. ## What is this book about? Reactive programming is central to many concurrent systems, but it’s famous for its steep learning curve, which makes most developers feel like they're hitting a wall. With this book, you will get to grips with reactive programming by steadily exploring various concepts This book covers the following exciting features: * Structure Python code for better readability, testing, and performance * Explore the world of event-based programming * Grasp the use of the most common operators in Rx * Understand reactive extensions beyond simple examples * Master the art of writing reusable components * Deploy an application on a cloud platform with Docker and Traefik If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1789138728) 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: ``` rx.from_(...).pipe( ops.filter(), ops.distinct(), ops.take(20), ops.map(...), ) ``` **Following is what you need for this book:** This book is intended for software developers who are already at ease with Python and have heard about reactive programming but have not had a chance to work with it yet. However, no expertise is needed beyond that. Each chapter of the book describes new notions step by step so that the reader can gradually gain the necessary knowledge to understand the chapters that follow. Hopefully, this will not be a read once and put on the shelf book. The operators documentation and descriptions of ways to tackle common problems should make this book regularly handy, even after being fully read. With the following software and hardware list you can run all code files present in the book (Chapter 1-12). ### Software and Hardware List | Chapter | Software required | OS required | | -------- | ------------------------------------ | ----------------------------------- | | All | Python 3.7 | Linux, macOS, or Windows | ### Related products * Mastering Python Design Patterns [[Packt]](https://www.packtpub.com/application-development/mastering-python-design-patterns?utm_source=github&utm_medium=repository&utm_campaign=9781783989324) [[Amazon]](https://www.amazon.com/dp/1783989327) * Functional Python Programming [[Packt]](https://www.packtpub.com/application-development/functional-python-programming?utm_source=github&utm_medium=repository&utm_campaign=9781784396992) [[Amazon]](https://www.amazon.com/dp/1784396990) ## Get to Know the Author **Romain Picard** is currently a data science engineer. He has been working in the digital TV and telecommunications industry for 20 years. His daily work consists of data manipulation, machine learning model training, and model deployment. Almost all of these tasks are based on Python code, and he uses reactive programming whenever it's applicable. He was previously a media software architect and a software developer. In these previous positions, he designed and developed TV and OTT players that have been used in tens of millions of set top boxes. Romain is especially interested in algorithms, looking for the most suitable algorithm for each use case. ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions. ### Download a free PDF If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789138726


近期下载者

相关文件


收藏者