Senthil Kumaran is a CPython Core Developer, maintainer of standard library modules such as urllib. He works for Amazon AWS in the EKS Networking Team.
English session - Advanced
Python language's evolution to modern, high level language continues with new features being added to language. One such feature is Structural pattern matching.
The structural pattern matching has the ability to make the code more compact, more readable, and avoid a lot of indirection that is usually done without this facility available in the language. We will look at the proposal of pattern matching submitting, it's evolution and examples.