Mariatta

Mariatta is a Python Core Developer. She co-hosts the podcast series PyPodcats: Hidden Figures of Python, highlighting the voices of underrepresented group members in the Python community. For her contributions to the Python community, she received The PSF Community Service Award and is a PSF Fellow member. You might also know her from the internet hashtags #IceCreamSelfie and #TypoOfTheDay


What is your Twitter handle?:

mariatta


Session

09-09
10:50
45min
Reverse engineering the QR code generator and URL forwarder service
Mariatta

Sharing urls using QR code is a common use case nowadays.

You might have seen restaurants sharing links to their menu or loyalty programs using QR code. A conference speaker might have lots of links to share during their talk, and it's not always practical to share long links in their presentation slides. Using QR code would help, but QR code creation is a mysterious process.

There are various websites and services that lets you generate QR codes. However, these services sometimes aren't free, or they might serve ads on the website. What's even worse, sometimes these services would mask your url with a their own url shortener or domain. Users will hesitate to scan your QR code if it is not clear where it's taking them to.

Do we really need to use these services in order to accomplish simple thing like generating an image?

Let's reverse engineer these services and see how we can build our own using Python and Django.

Learn how to build your own version of QR code generator and URL forwarder service in this talk.

Room A