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

Using the encoding server

Finally, the time has come to test this audio encoder! In order to test it easily, some audio recordings are available in the audio-dataset folder of the code files. It is obviously possible to use any other MP3 file. This application is structured as a Python package, so it can be installed with the Python setup tools. From a virtualenv environment, type the following shell command to install the server:

(venv-rx)$ python3 setup.py install

This installs the application package, as well as all its dependencies. When developing an application, it can be annoying to install it many times to test some code changes. In such cases, the setup tool's develop command is useful:

(venv-rx)$ python3 setup.py develop

The develop ...

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