python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='zillow.com', port=443): Error on PythonAnywhere
I hosted a web-application on PythonAnywhere. This application involves scraping data from https://www.zillow.com. The issue that I encountered is that when I run this application and enter data, it t...
Usman Fawad
Votes: 0
Answers: 0
OSError: [Errno 101] Network is unreachable in pythonanywhere with asyncio and aiohttp
I have deployed in pythonanywhere an application that consists of a telegram bot that connects to api.scryfall.com through scrython, a api wrapper (which uses asyncio and aiohttp).
The app works perfe...
Carlos GM
Votes: 0
Answers: 0
How to activate the virtual environment for python?
My website is hosted in a PAAS provider,
made a virtual environment using below command
$ mkvirtualenv --python=/usr/bin/python3.8 mysite-virtualenv
However I can not activate it, please refer the att...
anoop
Votes: 0
Answers: 3
Connect ESP8266 to subdomain website using Arduino UNO?
How to connect Arduino UNO, ESP8266 to a Subdomain website using AT commands?
Its working with
ThingSpeak,
AT+CIPMUX=1
AT+CIPSTART=1,"TCP","api.thingspeak.com",80
AT+CIPSEND=1,62
G...
Padmanabhan K
Votes: 0
Answers: 1