Posts by Henrycke B.S • 46 points
2 posts
-
2
votes1
answer56
viewsA: Return in while - PYTHON loop
Well, come on. While and for are repetition loops, ie they run a part of the code "n" times, the difference between them is that, while you use a condition to keep the repetition active, while in…
-
1
votes0
answers41
viewsQ: Does Pyqt5 monitor events asynchronously on Windows and synchronously on Raspberry?
Context I’m developing a program that uses Opencv4 to identify some metal fasteners, the program is relatively simple and uses in short color search contour filters, in Windows so far everything…