filmov
tv
Python: a practical introduction

Показать описание
Intro (0:00)
Python (2:18)
Python as a calculator (2:58)
help() (5:45)
Variables (8:55)
Types (12:59)
Booleans (14:03)
Strings (17:52)
Lists and sets (20:53)
List comprehension (24:28)
Convert lists to sets (24:38)
Lists: [] and ranges (29:18)
Lists: append, insert, del (31:57)
Sets operations (33:44)
if statement (36:24)
while loop (42:35)
for loop (46:17)
Functions (49:20)