Posts by Jhones Campos • 13 points
2 posts
-
0
votes1
answer324
viewsQ: How to use Sleep for a Tkinter graphical interface loading effect
I’m willing to use the Sleep module team provides a load/wait effect on checking a condition. No use of Tkinter, the effect works perfectly, however, when I try to do the same with the Label of…
-
1
votes0
answers118
viewsQ: How to reduce the instruction block inserted within a conditional if structure in python?
Hi, I’m developing a program that calculates and sizes wall beams. It works basically with security checks (request less or equal to resistance), when one of these checks is not met, the program…