Python is one of the most widely adopted programming languages in the world. Yet, because of it’s ease and simplicity to just “get something working”, it’s also one of the most underappreciated. By Edward Li.
The article will give overview of features like:
- Typing overloads
- Keyword-only and positional-only arguments
- Future annotations
- Generics
- Protocols
- Context managers
- Structural pattern matching
… and more. 14 of some of the most interesting & underrated Python features that author has encountered in my Python career. You will also get links to additional resources. Interesting read!
[Read More]