For learning purposes, I\'m creating a site using Python+Flask. I want to recover an image from database and show it on screen. But one step at a time.
I have no idea ho
You can use Python's base64 for encoding and decoding arbitrary binary strings into text strings.