Tag

urllib

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 12, 2025 · Fundamentals

Basic Python Web Scraping Techniques and Tips

This article introduces beginner-friendly Python web‑scraping methods, covering the simplest urllib/requests approach, adding request headers, inspecting network traffic for hidden data, handling dynamically loaded content with Selenium, and provides links to deeper tutorials for each technique.

RequestsSeleniumWeb Scraping
0 likes · 4 min read
Basic Python Web Scraping Techniques and Tips
Python Programming Learning Circle
Python Programming Learning Circle
Mar 25, 2025 · Backend Development

Comprehensive Python Guide to Download Files from the Web, S3, and Other Sources

This tutorial walks through multiple Python techniques for downloading regular files, web pages, Amazon S3 objects, and other resources, covering basic requests, wget, handling redirects, chunked large‑file downloads, parallel downloads, progress bars, urllib, urllib3, proxy usage, boto3 for S3, and asynchronous downloads with asyncio.

RequestsWeb Scrapingasyncio
0 likes · 8 min read
Comprehensive Python Guide to Download Files from the Web, S3, and Other Sources
Python Programming Learning Circle
Python Programming Learning Circle
Jan 2, 2025 · Backend Development

Python File Download Techniques: Requests, wget, urllib, urllib3, Boto3, asyncio, and More

This tutorial teaches how to download files in Python using various modules such as requests, wget, urllib, urllib3, boto3, and asyncio, covering basic downloads, handling redirects, chunked large-file downloads, parallel batch downloads, progress bars, proxy usage, and asynchronous techniques.

asyncioboto3file download
0 likes · 8 min read
Python File Download Techniques: Requests, wget, urllib, urllib3, Boto3, asyncio, and More
Python Programming Learning Circle
Python Programming Learning Circle
Oct 21, 2024 · Backend Development

Python File Download Tutorial: Using requests, wget, urllib, boto3, and asyncio

This tutorial teaches how to download files in Python using various modules such as requests, wget, urllib, urllib3, boto3 for S3, and asyncio, covering basic downloads, redirects, chunked large‑file handling, parallel downloads, progress bars, proxy usage, and asynchronous techniques.

Requestsasyncioboto3
0 likes · 8 min read
Python File Download Tutorial: Using requests, wget, urllib, boto3, and asyncio
Python Programming Learning Circle
Python Programming Learning Circle
Oct 10, 2024 · Backend Development

Python Web Scraping Techniques: Requests, Proxies, Cookies, Headers, Captcha, Gzip, and Multithreading

This article outlines essential Python web‑scraping techniques, covering basic GET/POST requests, proxy usage, cookie handling, header manipulation to mimic browsers, simple captcha solutions, gzip compression handling, and multithreaded crawling with a thread‑pool template, providing practical code examples for each step.

Web Scrapingcookiesgzip
0 likes · 5 min read
Python Web Scraping Techniques: Requests, Proxies, Cookies, Headers, Captcha, Gzip, and Multithreading
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2024 · Backend Development

Comprehensive Guide to Downloading Files with Python Using requests, wget, urllib, urllib3, Boto3, asyncio and More

This tutorial explains how to download regular files, web pages, Amazon S3 objects, and other resources in Python by covering multiple modules such as requests, wget, urllib, urllib3, Boto3, and asyncio, and demonstrates handling redirects, large files, parallel downloads, progress bars, proxies, and asynchronous execution.

Requestsasyncioboto3
0 likes · 8 min read
Comprehensive Guide to Downloading Files with Python Using requests, wget, urllib, urllib3, Boto3, asyncio and More
Test Development Learning Exchange
Test Development Learning Exchange
Jul 13, 2023 · Fundamentals

An Introduction to Python's urllib Module and Its Submodules with Example Code

This article introduces Python's urllib module, explains its main submodules—urllib.request, urllib.parse, urllib.error, and urllib.robotparser—and provides practical code examples demonstrating URL opening, parsing, error handling, and robots.txt processing for interface automation tasks in Python.

URLWeb Scrapingerror handling
0 likes · 4 min read
An Introduction to Python's urllib Module and Its Submodules with Example Code
Python Programming Learning Circle
Python Programming Learning Circle
Mar 13, 2023 · Fundamentals

Downloading Files in Python Using requests, wget, urllib, boto3, and asyncio

This tutorial demonstrates multiple Python techniques for downloading files—including simple requests.get calls, wget and urllib modules, handling redirects and large files with chunked streaming, parallel batch downloads, progress bars, proxy support, S3 retrieval via boto3, and asynchronous downloads with asyncio—providing a comprehensive guide for developers.

Requestsasyncioboto3
0 likes · 8 min read
Downloading Files in Python Using requests, wget, urllib, boto3, and asyncio
Python Programming Learning Circle
Python Programming Learning Circle
Nov 12, 2022 · Backend Development

Comprehensive Guide to Python urllib Library: Modules, Functions, and Usage Examples

This article provides a detailed tutorial on Python's urllib library, covering its main modules (request, error, parse, robotparser), key functions and classes, code examples for URL fetching, parsing, encoding, and handling robots.txt, making it a practical resource for backend developers and web scrapers.

NetworkingWeb Scrapingpython
0 likes · 13 min read
Comprehensive Guide to Python urllib Library: Modules, Functions, and Usage Examples
Python Programming Learning Circle
Python Programming Learning Circle
Oct 12, 2022 · Backend Development

Comprehensive Guide to Downloading Files in Python Using Requests, wget, urllib, urllib3, Boto3, and asyncio

This tutorial walks through multiple Python approaches for downloading files—including simple requests.get calls, the wget module, handling redirects, chunked large‑file downloads, parallel batch downloads, proxy usage with urllib, S3 retrieval via Boto3, and asynchronous fetching with asyncio—providing code examples and best‑practice tips.

BackendRequestsasyncio
0 likes · 8 min read
Comprehensive Guide to Downloading Files in Python Using Requests, wget, urllib, urllib3, Boto3, and asyncio
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2022 · Backend Development

Simulating Zhihu Login with Python Using urllib and Fiddler

This article demonstrates how to automate Zhihu login on Windows by analyzing network traffic with Fiddler, extracting required parameters, and implementing a Python script that builds HTTP requests using urllib2, handles cookies, captcha retrieval, and logs the results, complete with sample code and execution screenshots.

FiddlerHTTPWeb Scraping
0 likes · 8 min read
Simulating Zhihu Login with Python Using urllib and Fiddler
Python Programming Learning Circle
Python Programming Learning Circle
Nov 11, 2021 · Fundamentals

Python Techniques for Crawling TXT, CSV, PDF, and Word Documents

This article introduces Python 3 methods for retrieving various document types—including TXT, CSV, PDF, and Word files—using urllib, regular expressions, and file‑specific processing steps, providing practical code examples and workflow guidance for building effective web crawlers.

Data ExtractionFile ParsingWeb Scraping
0 likes · 3 min read
Python Techniques for Crawling TXT, CSV, PDF, and Word Documents
Python Programming Learning Circle
Python Programming Learning Circle
Apr 30, 2021 · Fundamentals

Downloading Files with Python: requests, wget, urllib, urllib3, boto3, and asyncio

This tutorial explains how to download files, webpages, and Amazon S3 objects using Python, covering the requests and wget modules, handling redirects, chunked and parallel downloads, progress bars, proxy support, urllib/urllib3 usage, and asynchronous downloading with asyncio.

Requestsasyncioboto3
0 likes · 8 min read
Downloading Files with Python: requests, wget, urllib, urllib3, boto3, and asyncio
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2021 · Backend Development

Scraping Stock Data with Python: From Extracting Stock Codes to Saving Results in Excel

This tutorial guides readers through analyzing web pages, using Python to write network programs, applying regular expressions, and operating Excel to scrape all listed company stock data for a specified date range, save it by stock code, and optionally store results in databases.

ExcelWeb Scrapingregex
0 likes · 6 min read
Scraping Stock Data with Python: From Extracting Stock Codes to Saving Results in Excel
Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2021 · Fundamentals

Python Web Scraping Tutorial: Extracting Fast Track 100 Companies with BeautifulSoup

This tutorial walks through using Python's urllib and BeautifulSoup libraries to fetch, parse, clean, and export the Fast Track 100 company table into a CSV file, covering installation, page inspection, element extraction, data cleaning, link handling, and file writing.

BeautifulSoupCSVpython
0 likes · 10 min read
Python Web Scraping Tutorial: Extracting Fast Track 100 Companies with BeautifulSoup
Python Programming Learning Circle
Python Programming Learning Circle
Apr 10, 2021 · Backend Development

Simple Python Web Scraping with urllib and Beautiful Soup

This tutorial demonstrates how to use Python's urllib module to simulate browser requests, parse HTML with Beautiful Soup, extract text and image URLs, and store the scraped data locally using file I/O and the with statement, providing complete code examples.

BeautifulSoupfile-ioimage-downloading
0 likes · 10 min read
Simple Python Web Scraping with urllib and Beautiful Soup
Python Programming Learning Circle
Python Programming Learning Circle
Jan 7, 2020 · Backend Development

Master Python Web Scraping: From urllib to Scrapy with Real-World Examples

This comprehensive guide walks you through Python web crawling fundamentals, covering request handling, URL encoding, regular expressions, the requests library, XPath parsing, and lxml, complete with code snippets and practical examples to help you build effective scrapers.

RequestsWeb Scrapinglxml
0 likes · 13 min read
Master Python Web Scraping: From urllib to Scrapy with Real-World Examples
360 Quality & Efficiency
360 Quality & Efficiency
Feb 22, 2017 · Backend Development

Using Python urllib and urllib2 for Data Transfer, Headers, Cookies, and Proxy Configuration

This article explains how Python's urllib and urllib2 modules differ and demonstrates practical techniques for sending HTTP requests, encoding query strings, setting custom headers, handling JSON payloads, managing cookies, and configuring proxies using Request objects and build_opener handlers.

BackendHTTPHeaders
0 likes · 4 min read
Using Python urllib and urllib2 for Data Transfer, Headers, Cookies, and Proxy Configuration