Tagged articles
6 articles
Page 1 of 1
FunTester
FunTester
Apr 10, 2023 · Industry Insights

How to Map China’s Qingming Rainfall Using Free Weather APIs and Python

This guide shows how to collect nationwide weather data for the Qingming Festival via the free QWeather API, process it with Python to generate a CSV file, and visualize the rainfall distribution across China using a desktop data‑visualization tool.

CSVData visualizationPython
0 likes · 6 min read
How to Map China’s Qingming Rainfall Using Free Weather APIs and Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 29, 2021 · Frontend Development

Comprehensive Guide to PyQt5: GUI Frameworks, Installation, Usage Examples, and Packaging

This tutorial introduces common Python GUI frameworks, provides an in‑depth overview of PyQt5 and its modules, walks through installation, Qt Designer configuration, code examples for creating windows and handling events, demonstrates a weather‑query application, and explains how to package the program into a standalone executable.

Desktop ApplicationPyQt5Python GUI
0 likes · 15 min read
Comprehensive Guide to PyQt5: GUI Frameworks, Installation, Usage Examples, and Packaging
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 29, 2019 · Frontend Development

Build a Weather Forecast Desktop App with PyQt5 in Minutes

This tutorial walks you through creating a Python desktop weather application using PyQt5, covering environment setup, city code preprocessing with pandas, UI design in Qt Designer, API integration, JSON parsing, shortcut handling, and packaging with PyInstaller.

Desktop ApplicationPyQt5Python
0 likes · 6 min read
Build a Weather Forecast Desktop App with PyQt5 in Minutes