Tagged articles
22 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2024 · Backend Development

One‑Line Python Web Scraping with Scrapeasy: Installation, Usage, and Media Download Guide

This article introduces the Scrapeasy Python library, explains how to install it with a single pip command, and demonstrates step‑by‑step code examples for initializing websites, extracting links, images, videos, and other files, highlighting its ease of use for fast web data extraction.

Backenddata-extractionscrapeasy
0 likes · 6 min read
One‑Line Python Web Scraping with Scrapeasy: Installation, Usage, and Media Download Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jun 24, 2022 · Backend Development

Python Web Scraping Tutorial: Collecting Listed Company Data and Storing It in MySQL

This article walks through a step‑by‑step Python web‑scraping tutorial that fetches financial data of over 3000 listed companies from a public website, parses the tables with pandas, enhances the script with error handling, URL flexibility, MySQL storage, and multiprocessing to speed up the crawl.

data-extractionmultiprocessingpandas
0 likes · 8 min read
Python Web Scraping Tutorial: Collecting Listed Company Data and Storing It in MySQL
MaGe Linux Operations
MaGe Linux Operations
Sep 2, 2021 · Backend Development

Build a Python Baidu Baike Crawler: Step-by-Step Guide

This article demonstrates how to create a Python web crawler that fetches Baidu Baike entries, covering the main program structure, URL manager, page downloader, HTML parser using BeautifulSoup, and output generator, with complete code snippets and sample results.

PythonWeb Crawlerbaidu-baike
0 likes · 8 min read
Build a Python Baidu Baike Crawler: Step-by-Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Nov 5, 2020 · Backend Development

Comprehensive Guide to Python Libraries for Web Crawling, Parsing, and Web Development

This article provides an extensive overview of Python libraries and frameworks for web crawling, data extraction, HTML/XML parsing, text processing, asynchronous programming, queue management, cloud execution, and popular web development frameworks such as Django, Flask, Web2py, Tornado, and CherryPy.

data-extractionlibrariesparsing
0 likes · 9 min read
Comprehensive Guide to Python Libraries for Web Crawling, Parsing, and Web Development
MaGe Linux Operations
MaGe Linux Operations
Nov 8, 2018 · Backend Development

How to Scrape Meituan Takeout App Reviews Using AJAX and JavaScript

This guide walks you through analyzing Meituan Takeout's comment API, constructing the correct AJAX request URLs, extracting review data with regular expressions, looping through pages, and storing the results in files or a database, complete with code snippets and screenshots.

Meituanajaxdata-extraction
0 likes · 4 min read
How to Scrape Meituan Takeout App Reviews Using AJAX and JavaScript
MaGe Linux Operations
MaGe Linux Operations
May 23, 2017 · Backend Development

How to Build a Python Zhihu Web Scraper: Login, User Data, and More

This article walks through building a Python web scraper for Zhihu, covering login simulation, extracting user profiles, answer likers, followers, avatars, and all answers of a question, and storing the collected data in SQLite, while highlighting challenges like captcha and anti‑scraping limits.

SQLitebeautifulsoupdata-extraction
0 likes · 10 min read
How to Build a Python Zhihu Web Scraper: Login, User Data, and More