Posts by Paulo Mesquita • 25 points
2 posts
-
2
votes1
answer400
viewsQ: Is it possible to make connections with Python without using the language packages?
I use several modules to connect to Python sites, such as socket and the urllib, but without the modules, how would this connection be made? I am aware that this is a complex procedure involving…
-
0
votes2
answers602
viewsQ: Object orientation in python
I’m a beginner in Python, I took some courses and I’m trying to learn Tkinter, I found a playlist on youtube with a guy who made a BTC trading app with Tkinter and he created a class to open more…