Gabriele Romanato

Full stack web developer.

Articles

Web programming languages and standards.

Generating a QR code in Python

QR Codes are two-dimensional codes that can contain information such as URLs, text, phone numbers, and much more. In this article, we’ll see how to generate them easily using Python.

Back to top