- Inheritance, Interfaces, Protocols and static type analysis in Python confusion https://peps.python.org/pep-0544/#non-goals 14 comments python
Linking pages
- Python interfaces: abandon ABC and switch to Protocols | by Oleg Sinavski | Jan, 2023 | Level Up Coding https://levelup.gitconnected.com/python-interfaces-choose-protocols-over-abc-3982e112342e 22 comments
- Python interfaces: abandon ABC and switch to Protocols | by Oleg Sinavski | Jan, 2023 | Level Up Coding https://levelup.gitconnected.com/python-interfaces-choose-protocols-over-abc-3982e112342e?gi=e5a70628cf2d 1 comment
Linked pages
- Effective Go - The Go Programming Language https://golang.org/doc/effective_go.html 244 comments
- typing â Support for type hints — Python 3.11.5 documentation https://docs.python.org/3/library/typing.html 52 comments
- TypeScript: Handbook - Interfaces https://www.typescriptlang.org/docs/handbook/interfaces.html#excess-property-checks 21 comments
- GitHub - python/mypy: Optional static typing for Python https://github.com/python/mypy 13 comments
- GitHub - python/typeshed: Collection of library stubs for Python, with static types https://github.com/python/typeshed/ 12 comments
- 3. Data model — Python 3.12.6 documentation https://docs.python.org/3/reference/datamodel.html 1 comment
- abc â Abstract Base Classes — Python 3.11.2 documentation https://docs.python.org/3/library/abc.html 0 comments
Would you like to stay up to date with Python? Checkout Python
Weekly.
Related searches:
Search whole site: site:peps.python.org
Search title: PEP 544 – Protocols: Structural subtyping (static duck typing) | peps.python.org
See how to search.