Skip to content

Blog

Using match-case in Python

As I already mentioned in the about section, I am learning Python. In this series I wil cover Python basics. Enjoy!

case-match

Python, introduced in version 3.10, has added a powerful control flow structure: match-case. This structure, similar to switch-case statements in other languages, allows for more readable and efficient handling of multiple conditions. Let's explore how to use match-case in Python.

Hello World!

Hey everyone, Ferdi Vriezen here! After two decades in the IT trenches, I've decided to finally take the plunge and start sharing some of the knowledge I've picked up along the way. If you're into automating the heck out of your IT infrastructure, particularly if you're a fan of VMware, you might find this blog interesting.