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.
Like many programmers right now I am interested in machine learning etc...And, as usual, I like to kind of re-invent the wheel when I'm building things for myself. It's more fun for and I get to learn a bit more about what's actually happening.
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.