Real Python Tutorials
Custom Python Strings: Inheriting From str vs UserString
In this tutorial, you'll learn how to create custom string-like classes in Python by inheriting from the built-in str class or by subclassing UserString from the collections module.
Sep 28, 2022 intermediate python
Explore Real Python
Sneaky REST APIs With Django Ninja
Sep 27, 2022 api intermediate web-dev
How to Replace a String in Python
Sep 14, 2022 basics best-practices
Python News: What's New From August 2022
Sep 05, 2022 community