News

In this tutorial, we saw how we can create a stunning UI with pure Python, and deploy it with Docker. To learn more about different Streamlit widgets, see their well-documented API reference.
It’s actually quite simple to send a message into the Discord server with these libraries, and a basic implementation only takes a few lines: #!/usr/bin/env python3 import requests import discord ...
What we’ll create is a simple command-line application to store software licences. I’ll be demonstrating on Pop!_OS Linux, but this will work on any platform that supports Python.