Skip to Content
Hands-On Reactive Programming with Python
book

Hands-On Reactive Programming with Python

by Romain Picard
October 2018
Intermediate to advanced
420 pages
10h 26m
English
Packt Publishing
Content preview from Hands-On Reactive Programming with Python

The base structure

The structure of the project is the classical structure of a minimal Python package:

/audio-encode-server    /audio_encode_server        /__init__.py        /server.py        /encoder.py    /script        /audio-encode-server    /config.sample.json    /README.rst    /setup.py

The name of the package is audio-encode-server. The name of the package is the name that is used when installing a Python package from pip. In this directory, there is the top-level module of the package: audio_encode_server. The name is the same as the package but with underscores instead of minus characters, because module names cannot contain minus characters in their names. In this directory, there are several Python files, one for each feature of the server. In this first implementation, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Programming with Design Patterns

Python Programming with Design Patterns

James W. Cooper

Publisher Resources

ISBN: 9781789138726Supplemental Content