Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: "SSL: CERTIFICATE_VERIFY_FAILED” error on Python 3.9.6 (Windows 10)
Post: RE: "SSL: CERTIFICATE_VERIFY_FAILED” error on Pyth...

(May-09-2022, 02:58 PM)snippsat Wrote: Use Requests and not urllib. Site also need a User-agent or will not give access. from scrapy import Selector import requests user_agent = {'User-agent': 'Moz...
rcmv General Coding Help 4 3,699 May-10-2022, 01:18 PM
    Thread: "SSL: CERTIFICATE_VERIFY_FAILED” error on Python 3.9.6 (Windows 10)
Post: "SSL: CERTIFICATE_VERIFY_FAILED” error on Python 3...

Hi! I’m new with Python and I have been following some tutorials and based on one of them I have the following piece of code: from scrapy import Selector from urllib.request import urlopen html = ur...
rcmv General Coding Help 4 3,699 May-09-2022, 02:29 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020