Posts by Jeff • 126 points
2 posts
-
1
votes1
answer45
viewsA: How to get data from a specific web page?
You’d better contact the site and ask for access to some API to get this data. Using a "parser" on their website can generate many requests, so they can block access to your IP. But if you have to,…
-
0
votes1
answer655
viewsA: I am unable to open another Pyqt5 form
Your code is very disorganized. And there’s an example here if you want: https://stackoverflow.com/questions/36768033/pyqt-how-to-open-new-window Try to use inheritance in the classes you use... And…