Search Results for tag api

Found 3 results
Asynchronous Programming with httpx
Article on how to get started with Python httpx module, an alternative to the requests module. httpx is a modern library and has support for HTTP/1.1 and HTTP/2. It also supports both synchronous and asynchronous HTTP requests. ... read more
{ updated: 2024-01-11 }
Sending Asynchronous Requests in Python with asyncio and aiohttp
Tutorial on how to send asynchronous HTTP requests using the asynchio and aiohttp modules in Python 3.10 and greater. This code is different from that of previous versions. ... read more
{ updated: 2024-01-10 }
Python script to submit URLs to Bing search engine
Python program to bulk submit URLs to Bing search engine. This uses the Submission API provided by Bing Webmaster Tools. ... read more
{ updated: 2022-07-26 }