The shell command curl
and wget
can be called (using os.system
or subprocess.run
)
to download files from internet.
You can also download files using Python modules directly of course.
Hands on the urllib Module in Python
Comments¶
It is suggested that you use the requests module instead of urllib unless you want to have minimal 3rd-party dependencies.
You have to explicit import
urllib.request
in order to use it in Python 3. Please refer to https://bugs.python.org/issue36701 for more discussions. This is how Python 3 intends to work generally speaking. Of course, there are a few exceptions such asos.path
Escape from the Great Firewall of China
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Proxy
Quickly Build a Restful Service
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
OpenFaaS
Flask
json-server
json-server is perfect for faking RESTful APIs.
WebRTC
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Appear.in seems to be a good one and easy to use.
Talky: Provides both video and screen sharing using WebRTC. Cisco Spark: Create rooms for video calling, group messaging and …