Posts by PyJa • 11 points
2 posts
-
-2
votes1
answer334
viewsQ: How to connect a socket over the internet
I recently started studying sockets and I know that to create a server I use a port and to connect a client I use the port and the server ip on the local network, but I would like to connect a…
-
1
votes1
answer146
viewsQ: Use Variable in Button Attributes
I’m creating a small system in python3 using the Tkinter library, in this system there are many buttons and I would like to standardize the colors using a variable, so I don’t have to keep writing…