Learn Python: Free 4-Hour Course Building Three Terminal Apps
Content is AI-assisted and may contain inaccuracies.
A free four-hour Python course on the freeCodeCamp YouTube channel takes beginners from first syntax to three working terminal applications. It is taught by Treasure Porth of Scrimba, where the lessons are also available interactively.
- PayUp: variables,
input()capture, type conversion, f-strings, and arithmetic for splitting a bill - Word Scramble: lists, tuples, if/elif/else branching, while loops, and the
randommodule - Karaoke Queue Manager: functions, parameters, return values, for loops, guard clauses, and
try/excepterror handling