D
D
dima_ikar2019-07-12 21:12:24
Python
dima_ikar, 2019-07-12 21:12:24

Python PyQt5 how to correctly count website rows?

you need to display the lines of the site in a window (or each line of the site has its own window) for example , I read the
page (I can’t find the command to read the page) (direct opening is not allowed) in Python it is String signup_url = " 192.168.0.104/signup.php "; and here ???

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FeNUMe, 2019-07-13
@FeNUMe

Do you seriously want to work with the database through such a proxy crutch? This is not only slow, but also unsafe.
Well, in general, the standard urllib library is responsible for working with the http (s) protocol in python, although third-party urllib3 or requests are more often used. See the documentation for how to work with them.

D
dima_ikar, 2019-07-13
@dima_ikar

In python, it’s clear how
, but here there is an idea to use PyQt5.QtWebEngineWidgets
but there is almost nothing on it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question