this post was submitted on 15 Sep 2023
33 points (97.1% liked)

Python

8037 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 3 years ago
MODERATORS
 

This is like Interface in Go (or Java, i don't speak Java but the article say so).

all 6 comments
sorted by: hot top controversial new old
[–] AlgoMammoth@programming.dev 6 points 3 years ago

Oh nice, I did not know about the Protocol class. It seems handy when I have to deal with untyped 3rd party modules.