Tagged articles

code-snippet

4 articles · Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 26, 2020 · Fundamentals

Create Your Own Custom QR Codes with Python’s MyQR in Minutes

This tutorial walks you through generating personalized QR codes using Python’s MyQR library, covering installation, basic usage, adding background images, color customization, size adjustment, and creating animated QR codes, all illustrated with clear code snippets and screenshots.

QR codecode-snippetimage generation
0 likes · 6 min read
Create Your Own Custom QR Codes with Python’s MyQR in Minutes
FunTester
FunTester
Sep 29, 2019 · Backend Development

Convert Numbers to Chinese Characters in Java and Groovy: Multiple Approaches

When test account usernames can no longer contain digits, this guide shows how to transform numeric IDs into Chinese characters using several Java static methods and a Groovy implementation, covering basic loops, parsing, Java 8 streams, and functional style conversions.

String Manipulationbackendchinese-numbers
0 likes · 5 min read
Convert Numbers to Chinese Characters in Java and Groovy: Multiple Approaches