Posts by Jean Grijp • 21 points
2 posts
-
0
votes1
answer370
viewsQ: Get method error in Python Requests library
I’m trying to learn how to use the library Requests in python, but there is an error that I do not know how to solve, in several tutorials creates the variable r =…
-
1
votes1
answer641
viewsQ: Python-Tkinter. how to close a window using the code and not the close button?
there is some way to close the window created (container = Tk()) other than the button close? wanted to create by code, example: a login screen, when the login is done, the login screen closes and…