python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to resolve Positional Arguments error in Python
Am getting an error with below code.
How can i get this error resolved
def verify_payment (request: HttpRequest, ref: str, amount )-> HttpResponse:
payment = get_object_or_404(Payment, ref=ref)...
Echiye Forcde
Votes: 0
Answers: 1
Is there a way how to extract data from response.content in python?
I'm trying to figure out how to scrape/extract a image url out of response.content.
This is the url I'm trying to extract <img src="/Content/images/asos-logo-2022-93x28.png"
The problem i...
XEOX
Votes: 0
Answers: 1