Python Programming Blast Review

Опубликовано: 08 Ноябрь 2024
на канале: Foo Barstein
431
4

A rapid review of programming in Python. This is not intended as a first introduction to programming, but rather a review of the basics for those who may have forgotten, or those who may already know another language, or those who have perhaps learned Python a bit less rigorously than they would have liked. This blast will help identify areas where there may be a bit more study required.

--- Contents ---
0:00 - Overview
0:13 - What is a Value?
1:04 - What is a Data Type?
3:27 - What is a Data Structure?
6:35 - Ways of Obtaining A Value
12:39 - Variables
13:32 - Conditional Statements
17:29 - Functions
24:37 - Loops
31:04 - Strings
39:22 - Lists & Tuples
47:15 - Dictionaries