Other articles


  1. Python libraries of interest

    Python libraries

    A collection I libraries I have seen that maybe useful in the future, or have used or just sound cool etc.

    MQTT

    This is one of the "main" Python client libraries for MQTT https://pypi.org/project/paho-mqtt

    pip install paho-mqtt
    

    pynput

    Monitor and control user input devices …

    read more
  2. A Python Web front end

    Python web options

    I have been starting to look at dash to make React front ends to some of my Python utilities.
    I have not partiicuarly done much with it and have found it comberson and fussy to get working. Managing state also seems rather annoying.

    Solara

    This seems like …

    read more
  3. Asterisk Voice Recorder and Profanity

    The original problem

    At work we wanted to know if a message been played to a SIP endpoint was been played correctly. These are spoken word "announcments" rather than any music etc. Initially setting up a Voice Mail box to receive the call and then compare the received audio with …

    read more

links

social