I have the following code in Pure Data
It sends the audio from a microphone to the network, at address 127.0.0.1, port 3000 (in this case, to my own computer). Is it possible to replace this command with Python code where I don't need to open Pure Data to connect Patch? Code examples or articles that help me with this are welcome