Tagged articles
46 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2025 · Artificial Intelligence

Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide

This tutorial walks you through building a Python project that downloads a Bilibili video, extracts its frames, applies Baidu AI human segmentation, scrapes danmu comments, generates a stylized word‑cloud animation, and finally composes a video with background music, showcasing video processing, AI, and data visualization techniques.

AI segmentationBilibiliOpenCV
0 likes · 11 min read
Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jul 30, 2022 · Backend Development

Python Web Scraping Tutorial: Crawling QDaily, Storing in SQLite, Analyzing Data and Generating a Word Cloud

This tutorial walks through building a simple Python web crawler for the QDaily website, covering target analysis, environment setup, SQLite database creation, data extraction with requests and BeautifulSoup, storing articles and comments, performing basic analysis, and visualizing results with a word cloud.

PythonSQLiteWeb Scraping
0 likes · 6 min read
Python Web Scraping Tutorial: Crawling QDaily, Storing in SQLite, Analyzing Data and Generating a Word Cloud
Bilibili Tech
Bilibili Tech
Jun 7, 2022 · Mobile Development

How Bilibili’s Chronos Engine Powers Real‑Time Support Bullet‑Screen Word Clouds on Mobile

This article explains how Bilibili’s Chronos cross‑platform engine enables a new support‑bullet‑screen feature that turns user comments into animated word‑cloud overlays on video, detailing the client‑side layout algorithm, integral‑image optimization, spiral point generation, and worker‑thread rendering to achieve sub‑second performance on mobile devices.

MobileReal-TimeRendering
0 likes · 15 min read
How Bilibili’s Chronos Engine Powers Real‑Time Support Bullet‑Screen Word Clouds on Mobile
Python Programming Learning Circle
Python Programming Learning Circle
Mar 3, 2022 · Artificial Intelligence

Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game

This article presents a series of concise Python examples—each under ten lines—demonstrating how to generate QR codes, create word clouds, perform image segmentation, conduct sentiment analysis, detect masks, automate message sending, extract text with OCR, and build a basic number‑guessing game, showcasing the versatility of Python for quick prototyping across AI and utility tasks.

GameOCRQR code
0 likes · 10 min read
Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game
ByteDance Data Platform
ByteDance Data Platform
Feb 18, 2022 · Frontend Development

How ByteDance’s Front‑End Team Built High‑Performance Shape Word Clouds

ByteDance’s data platform front‑end team surveyed academic, commercial, and open‑source word‑cloud solutions, identified gaps in geo‑ and shape‑based clouds, and engineered a performant front‑end layout algorithm that generates customizable shape word clouds for diverse business scenarios.

Data visualizationalgorithmshape cloud
0 likes · 11 min read
How ByteDance’s Front‑End Team Built High‑Performance Shape Word Clouds
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 9, 2022 · Artificial Intelligence

How to Turn Crawled CSV Data into Word Clouds and Sentiment Scores with Python

This guide walks you through extracting text from a CSV obtained via Python web scraping, cleaning it with stop‑words, generating a word‑cloud, performing jieba tokenization and frequency analysis, and finally applying SnowNLP for sentiment scoring, with all code snippets and data links provided.

Sentiment AnalysisSnowNLPWeb Scraping
0 likes · 12 min read
How to Turn Crawled CSV Data into Word Clouds and Sentiment Scores with Python
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 20, 2021 · Fundamentals

What Weibo Comments Reveal About Wang Leehom’s Divorce: A Python Data Dive

This article walks through using Python to scrape Wang Leehom’s divorce‑related Weibo comments, clean the noisy dataset, visualize hourly comment trends, compare with his ex‑wife’s posts, generate word‑clouds and emoji frequency charts, and provides full code and data for reproducible analysis.

Data visualizationEmoji AnalysisWeb Scraping
0 likes · 10 min read
What Weibo Comments Reveal About Wang Leehom’s Divorce: A Python Data Dive
Python Programming Learning Circle
Python Programming Learning Circle
Oct 25, 2021 · Backend Development

Building a Flask‑Vue Word Cloud Application

This tutorial walks through creating a word‑cloud web application using Flask for the backend and Vue for the frontend, covering environment setup, project structure, installing dependencies, writing API endpoints, building UI components, and packaging the app for deployment.

FlaskPythonVue
0 likes · 9 min read
Building a Flask‑Vue Word Cloud Application
MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2021 · Backend Development

How to Scrape and Analyze Taobao Snack Sales Data with Python

This article walks through a real‑world Python project that uses Selenium to crawl the first ten pages of Taobao snack listings, extracts sales, price and location data, visualizes price distribution and geographic concentration, generates a word‑cloud of top user comments, and lists the top‑selling stores, providing full source code for replication.

PythonSeleniumTaobao
0 likes · 12 min read
How to Scrape and Analyze Taobao Snack Sales Data with Python
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2021 · Frontend Development

Build a Vue‑Flask Word Cloud App: Step‑by‑Step Tutorial

This tutorial walks you through creating a word‑cloud generator with a Vue front‑end and a Flask back‑end, covering environment setup, project scaffolding, component development, API integration, and deployment, all illustrated with code snippets and screenshots.

FlaskTutorialVue
0 likes · 10 min read
Build a Vue‑Flask Word Cloud App: Step‑by‑Step Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Nov 12, 2019 · Fundamentals

What Developers Really Ask on Stack Overflow: Language‑Specific Pain Points Revealed

Analyzing eleven years of Stack Overflow data for the eleven most popular programming languages, this article uncovers the most frequent questions, dominant frameworks, libraries and data types that trouble developers, showing how language popularity and pain points have shifted over time.

Stack Overflow analysisdeveloper trendslanguage popularity
0 likes · 13 min read
What Developers Really Ask on Stack Overflow: Language‑Specific Pain Points Revealed
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2019 · Backend Development

How to Scrape JD Product Reviews and Create Word Clouds with Python

This tutorial walks you through analyzing JD product pages, extracting comment data via requests with proper headers, handling pagination, saving results, cleaning text using jieba, and visualizing frequent terms as a word cloud, all illustrated with step‑by‑step screenshots and code snippets.

Pythonjiebarequests
0 likes · 10 min read
How to Scrape JD Product Reviews and Create Word Clouds with Python
MaGe Linux Operations
MaGe Linux Operations
Dec 14, 2018 · Big Data

Analyzing Python Job Trends from Zhaopin: Salary Distribution and Skill Word Clouds

This tutorial walks through extracting Python job postings from Zhaopin, storing them in MongoDB, cleaning the data with pandas, visualizing national and city‑level salary distributions, and generating word clouds of required skills using matplotlib and wordcloud, providing a complete end‑to‑end data analysis pipeline.

MatplotlibMongoDBSalary Distribution
0 likes · 12 min read
Analyzing Python Job Trends from Zhaopin: Salary Distribution and Skill Word Clouds
21CTO
21CTO
Jan 10, 2018 · Backend Development

Scrape and Analyze Your WeChat Friends with Python and R

This article demonstrates how to use the Python itchat library to extract personal WeChat friend data, then analyzes gender ratios, city distribution, and signature word clouds with R and Python visualisation tools, offering a practical guide for personal social network analytics.

RWeChatdata analysis
0 likes · 6 min read
Scrape and Analyze Your WeChat Friends with Python and R