Match case statements in Python

This video covers an alternative to the if statement: The match case. A powerful tool to control the flow of code.

Пікірлер: 10

  • @MrArecius
    @MrArecius6 ай бұрын

    Thank you for your awesome videos. The quality of this is so high! I greatly appreciate your work!

  • @cccornel5965
    @cccornel59653 ай бұрын

    I like these videos

  • @stark_kun
    @stark_kun Жыл бұрын

    it's very useful when you're creating a menu in pygame

  • @mking1982098
    @mking198209810 ай бұрын

    It's only real advantage over if/elif is readability due to the nesting. Though it may be better performance wise as well I've never tested.

  • @ranjanadissanayaka5390
    @ranjanadissanayaka53909 ай бұрын

    I got one more python wepon..thanks sir.

  • @user-hd5we9uh5d
    @user-hd5we9uh5d Жыл бұрын

    Keep being amazing

  • @SougataPaul-pp5wp
    @SougataPaul-pp5wp3 ай бұрын

    so much clean , what is code compiler?

  • @user-hd5we9uh5d
    @user-hd5we9uh5d Жыл бұрын

    I would love to be always your the first viewer

  • @linuxeducation4058
    @linuxeducation4058 Жыл бұрын

    I think this is unnecessary. I used case in Bash. Python is simple and clear, and this is a very good approach. If is enough.

  • @linuxeducation4058

    @linuxeducation4058

    Жыл бұрын

    BTW. Atlas, please give us good examples of design patterns for GUI, other technologies.