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
To perform case-insensitive comparisons in Python, use the method `casefold`.
Its purpose is exactly this!
You need it because some characters in some languages are kinda funky :D
Using `lower` or `upper` for case-insensitive comparisons only works if you're working 100% with ASCII.
2025-03-05T13:50:25.552Z