[PYTHON] Make the tool simply

It is easier to use the tool if it is simply made.

I felt that it was more convenient to leave the tools for data input and the tools for data processing as separate tools rather than one program. Data entry work tends to involve typos. If you make one program, you have to write a program to prevent typos and to correct typos. The data input work itself may use the same input method for another purpose. At that time, if the tool has data input and processing in one program, the data input part must be put in another program again. If the data input work, the input error correction function, and the data processing itself are combined into one program, the visibility of the program becomes poor and maintenance becomes difficult. So let's simply make a tool. If you have a language with a rich library such as Python, you can write the process very concisely. Most of OpenCV's features are available in Python with import cv2. You can make a tool with a short number of lines.

Make a simple tool to make your work easier.

Postscript: Let's make a tool to graph and check the input data.

Recommended Posts

Make the tool simply
Pipenv Simply the main points
pyenv Simply the main points
Make the default interactive shell IPython
Simply view the Jupyter notebook file
[Python] Make the function a lambda function
The easiest way to make Flask
Make the Python console covered with UNKO
Make the line breaks visible in journalctrl
Make the OS X mouse pointer translucent
I tried the OSS visualization tool, superset
Make the SIR model calculation program GUI
Get started with the documentation tool Sphinx
I touched the data preparation tool Paxata
Make the default value of the argument immutable