Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: get file by proxy and header using urllib.request.urlretrieve
Post: get file by proxy and header using urllib.request....

url = "https://url" proxy = urllib.request.ProxyHandler({'https': 'https://proxy'}) opr = urllib.request.build_opener(proxy) urllib.request.install_opener(opr) opener = urllib.request.build_opener()...
randyjack General Coding Help 0 2,270 Mar-12-2020, 09:22 AM
    Thread: countdown script not working..plz help what is mistake
Post: countdown script not working..plz help what is mis...

countdown script not working..plz help what is mistake import time def countdown(t): while t: mins, secs = divmod(t, 60) timeformat = '{:02d}:{:02d}'.format(mins, secs) ...
randyjack General Coding Help 1 2,123 Oct-28-2019, 05:40 AM

User Panel Messages

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