SupK
December 2, 2025, 10:13pm
1
I could connect to url
The url from one of the Batch’s newsletter
url = ‘https://www.deeplearning.ai/the-batch/the-world-needs-more-intelligence/’
Getting the content from the webpage’s contents
response = requests.get(url)
print(response.status_code)
print(response.text)
but when I run follwing
HTML(f’')
i get access denied.
Not sure why and no explanation in the lab about it
TMosh
December 2, 2025, 11:15pm
2
The URL you posted is broken.
SupK
December 3, 2025, 12:53am
3
See the attached screenshot
TMosh
December 3, 2025, 1:01am
4
@mubsi , can you explore this issue?
Mubsi
December 3, 2025, 2:15pm
5
Thanks, Tom, for letting me know. I’ll look into it. Not sure why it is not working anymore.
The connection response comes back as <Response [200]>, meaning it was successful, but it doesn’t display.
Btw, The link is correct and opens: The World Needs More Intelligence