Tag

web-scraping

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 10, 2024 · Big Data

23 Python Web Scraping Projects with GitHub Links

This article compiles twenty‑three Python web‑scraping projects, each described with its purpose, key features, and a direct GitHub repository link, offering developers a ready‑made toolbox for data collection across platforms such as WeChat, DouBan, Zhihu, Bilibili, and more.

GitHubRequestsScrapy
0 likes · 9 min read
23 Python Web Scraping Projects with GitHub Links
Python Programming Learning Circle
Python Programming Learning Circle
Jan 10, 2024 · Backend Development

Python Movie Web Crawler: Configuration, Features, and Code Overview

This article presents a practical Python web crawler that retrieves Douban movie data, offers ranking and keyword search, displays details via a Tkinter GUI, lists free streaming sources, and discusses configuration steps, features, known issues, and core code snippets.

GUIMovie DataSelenium
0 likes · 26 min read
Python Movie Web Crawler: Configuration, Features, and Code Overview
Python Programming Learning Circle
Python Programming Learning Circle
Dec 4, 2023 · Backend Development

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This article explains how to collect images from Zhihu's "beauty" topic using Python's Requests and lxml libraries, filter them with Baidu AI's AipFace face detection service, and store the qualified pictures locally, detailing the required environment, logic, and preparation steps.

PythonZhihubaidu-ai
0 likes · 5 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
Python Programming Learning Circle
Python Programming Learning Circle
May 9, 2023 · Fundamentals

Python Automation Scripts: URL Shortener, Fake Data Generator, YouTube Downloader, NATO Encoder, and Selenium Login

This article showcases Python's concise syntax and powerful libraries by comparing a simple web request with JavaScript and providing five practical automation scripts—including a URL shortener, fake data generator, YouTube downloader, NATO alphabet encoder, and Selenium-based social‑media login—demonstrating why Python is ideal for repetitive tasks.

Data GenerationPythonSelenium
0 likes · 7 min read
Python Automation Scripts: URL Shortener, Fake Data Generator, YouTube Downloader, NATO Encoder, and Selenium Login
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2022 · Fundamentals

Python Weather Data Scraping and Visualization Analysis

This article demonstrates how to use Python's requests and BeautifulSoup libraries to scrape current and 14‑day weather data from China Weather Network, store it in CSV files, and then apply pandas, numpy, and matplotlib for comprehensive visual analysis of temperature, humidity, air quality, wind direction, and climate distribution.

Data VisualizationMatplotlibPython
0 likes · 23 min read
Python Weather Data Scraping and Visualization Analysis
Python Programming Learning Circle
Python Programming Learning Circle
Jan 26, 2022 · Fundamentals

Generating Chinese "Fu" Characters with Python and PIL

This tutorial demonstrates how to use Python libraries such as requests and Pillow to scrape individual Chinese characters, resize them, compose them onto a background image, and output a customized "Fu" couplet image, complete with full source code and usage instructions.

Chinese charactersPILTutorial
0 likes · 8 min read
Generating Chinese "Fu" Characters with Python and PIL
Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2021 · Artificial Intelligence

Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection

This tutorial explains how to use Python 3 with Requests, lxml, and Baidu's AipFace SDK to crawl images from Zhihu's "beauty" topic, filter them by face detection and gender criteria, and store the qualified pictures locally.

baidu-aidata collectionface detection
0 likes · 4 min read
Scraping Zhihu "Beauty" Topic Images with Python and Baidu AI Face Detection
Python Programming Learning Circle
Python Programming Learning Circle
Oct 28, 2021 · Backend Development

Scraping and Analyzing Douban Top250 Movies with Python

This tutorial shows how to use Python to crawl Douban's Top250 movie list, handle anti‑scraping measures, extract detailed fields, store the data in Excel, and perform data cleaning, statistical analysis, and visualizations such as year distribution, rating trends, and genre word clouds.

data-analysismultithreadingpyecharts
0 likes · 12 min read
Scraping and Analyzing Douban Top250 Movies with Python
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
Dec 8, 2020 · Backend Development

Browser Spoofing Techniques for Web Scraping: Principles and CSDN Example

This article explains why web servers block crawlers, how to identify a browser's User-Agent (using Chrome as an example), and demonstrates step‑by‑step how to disguise a scraper as a browser to retrieve the CSDN homepage and its article list.

backend-developmentbrowser-spoofingcrawling
0 likes · 3 min read
Browser Spoofing Techniques for Web Scraping: Principles and CSDN Example
Python Programming Learning Circle
Python Programming Learning Circle
Nov 9, 2019 · Backend Development

Build a Tkinter GUI Image Scraper and Package It as an EXE

This tutorial walks through analyzing a website’s image categories, constructing parameterized URLs, creating a Tkinter GUI to select download paths and categories, handling filename issues, and finally packaging the Python scraper as a standalone executable.

GUIPythonTkinter
0 likes · 5 min read
Build a Tkinter GUI Image Scraper and Package It as an EXE