Tagged articles
11 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Oct 9, 2025 · Fundamentals

How QR Codes Power Modern Life: From Barcodes to Global Data Streams

This article explores the evolution of QR codes from their barcode origins, explains how their two‑dimensional matrix stores massive information, describes the standards and error‑correction mechanisms that make them reliable, and examines the massive data, energy, and security challenges they create in today’s digital society.

Data EncodingDigital InfrastructureQR code
0 likes · 11 min read
How QR Codes Power Modern Life: From Barcodes to Global Data Streams
ByteFE
ByteFE
Mar 7, 2025 · Artificial Intelligence

AI-Powered Home Inventory Management Application: Design, Implementation, and Experience

This article describes the development of an AI-driven home inventory management tool that addresses storage waste, food expiration, item locating, and duplicate purchases by integrating barcode scanning, image recognition, intelligent classification, and multimodal models, while also comparing the performance of Cursor and Trae IDEs and Claude‑3.5‑sonnet versus deepseek‑r1 models.

AIbarcodehome inventory
0 likes · 17 min read
AI-Powered Home Inventory Management Application: Design, Implementation, and Experience
Test Development Learning Exchange
Test Development Learning Exchange
Jul 12, 2023 · Fundamentals

Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management

This article provides a collection of Python examples that demonstrate how to convert lists and strings to JSON, format dates and timestamps, read files, generate QR codes and barcodes, compare lists and JSON data, retrieve class methods via reflection, and automatically delete large files based on size and time.

Data ConversionPythonQR code
0 likes · 14 min read
Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management
Test Development Learning Exchange
Test Development Learning Exchange
May 13, 2023 · Fundamentals

Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management

This article presents a collection of Python code examples covering JSON serialization, date‑time formatting, file reading, QR‑code and barcode creation, list and JSON comparison, class method reflection, and automatic file‑size‑based cleanup, providing practical guidance for everyday scripting tasks.

Data ConversionPythonQR code
0 likes · 14 min read
Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management
IT Architects Alliance
IT Architects Alliance
Dec 28, 2021 · Fundamentals

Mastering QR Codes: Theory, Encoding, Decoding, and Python Implementation

This comprehensive guide explains QR code fundamentals—including their structure, versions, error‑correction levels, and data capacity—details the full encoding pipeline from requirement analysis to matrix construction, outlines the decoding steps, explores commercial use cases, and provides practical Python examples using python‑qrcode, Amazing‑QR, and Zxing.

Error CorrectionPythonQR code
0 likes · 22 min read
Mastering QR Codes: Theory, Encoding, Decoding, and Python Implementation
Test Development Learning Exchange
Test Development Learning Exchange
May 30, 2021 · Backend Development

Generating Barcodes in Python with Pillow and pyBarcode

This guide explains how to install the Pillow and pyBarcode Python packages and demonstrates two methods for generating various barcode formats—such as EAN13, Code39, and UPC—using the pyBarcode library, including code examples, configuration options, and saving the output as image files.

Pythonbarcodecoding tutorial
0 likes · 4 min read
Generating Barcodes in Python with Pillow and pyBarcode