Classic Snake Game - Part 1 (Beginner Python Tutorial on Linux)

This is a multi-video beginner tutorial/intro to Python programming on Linux using the classic snake game as a learning tool. The following concepts are introduced and explained in Part 1: - Working with Linux command line - The nano editor - Basic Python program structure - Linux signal handling - Python functions - Python conditions using if statements - Python f-strings - Exception handling in Python - Terminal control using curses library 0:00 Intro 1:45 Linux Command-Line Environment 2:37 The nano edi
Back to Top