Python Based Server
In a previous article I noted how we were building simple interfaces to allow the production line and R&D to do certain tasks.
These tasks were affecting I/O to servos and switches etc, to automate or augment some tasks.
In a previous article I noted how we were building simple interfaces to allow the production line and R&D to do certain tasks.
These tasks were affecting I/O to servos and switches etc, to automate or augment some tasks.
Decided to start experimenting with Python. I see plenty of jobs available using the language and I am interested so why not.
As usual when learning a new language I start by following the documentation learning how to print, concatenate,...do a little math. Then I see how I might port some of the basic things I might normally do.