There is a server with ubuntu preinstalled. You need to implement a Python server that must read lines of a certain format (hl7) on stdin. How to accomplish this task?

  • server and stdin ? I mean, will you send hl7 files to the server over the network and that one has to download and process them? - gil9red
  • Or will the server listen to the second stream from stdin, for example, the hl7 lines, and somehow process them? - gil9red
  • Python 2.7 support will stop in a few months, why should it? - andreymal

0