filmov
tv
Python menus explained in 5 levels of difficulty

Показать описание
Create python menus using selection (IF statements and match), loops and subprograms along with lots of other tips and tricks along the way.
Chapters
0:00 Python menus in five levels of difficulty
0:31 Python menus using IF ... THEN ... ELSE (+ why you shouldn't use integers)
3:33 Python menus using a WHILE loop
8:08 Python menus using Match (Switch/Case)
12:13 Python menus using Procedures
16:17 Python menus using Functions
Chapters
0:00 Python menus in five levels of difficulty
0:31 Python menus using IF ... THEN ... ELSE (+ why you shouldn't use integers)
3:33 Python menus using a WHILE loop
8:08 Python menus using Match (Switch/Case)
12:13 Python menus using Procedures
16:17 Python menus using Functions