X

Elevator2 Python+kivy Visual Studio: Training materials for engineer (Discover! How? Book 20)

Product ID : 44328341


Galleon Product ID 44328341
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
No price yet.
Price not yet available.

Pay with

About Elevator2 Python+kivy Visual Studio: Training

Among a familiar automatic device, its control logic seems easy, but, there are devices that are not easy if you think carefully. One of that is the elevator system.It is easy in the case of one elevator, and when it is two or more, it sometimes comes to hard to judge which elevator is better to move when an external button is pushed.That is because the time to reach the called floor depends on the current position of each elevator, the direction of movement and the number of stops on the way.When we meet a new computer language, we want to try this logic again with a fresh feeling. And it will make us embrace the expectation that a different way of thinking may be found.So then, I wrote this in Python language which has recently been drawing attention. Although it is still in an immature stage, I hope that it will be an object lesson to you.The development environment is Microsoft Visual Studio Community 2017. It is extremely easy to use and is a free development environment. It also has an IntelliSense function and points out writing errors in the code. In addition, it is very convenient for debugging because it allows us to set breakpoints.