This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Rodrigo Girão Serrão 🐍🚀
mathspp.com
did:plc:4642ovs4svxe3k3echdm4rks
Short Python tip:
Use `time` to create a timestamp string:
time.strftime("%Y%m%d%H%M%S", time.localtime())
The timestamp for this post would be something like
"20250207170133"
2025-02-07T17:00:22.662Z