Real Python Tutorials
Python's Self Type: How to Annotate Methods That Return self
In this tutorial, you'll learn how to use the Self type hint in Python to annotate methods that return an instance of their own class. You'll gain hands-on experience with type hints and annotations of methods that return an instance of their class, making your code more readable and maintainable.
Jun 21, 2023 best-practices intermediate python
Explore Real Python
Recursion in Python
Jun 20, 2023 intermediate python
Python News: What's New From May 2023
Jun 12, 2023 community
Create and Modify PDF Files in Python
May 31, 2023 intermediate tools
Python News: What's New From April 2023
May 10, 2023 community