From 200772fad28d91deff155349d456101b7a8df0bd Mon Sep 17 00:00:00 2001 From: Junior Date: Mon, 3 Jun 2024 14:00:38 -0400 Subject: [PATCH] Add Python Basics to top level readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d36cde5..ae2e0ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This repository is primarily a collection of resources and learning aides for Steve's classroom work. This can include coding examples in various languages, project examples, documentation, instructional guides, and just about anything else. +## [Python Basics](Python/) + +This is the home of many examples of basic Python syntax and logic. An attempt has been made to name them in such a way that they increase in complexity and build on each other as you go down the list of files. + ## [PyGame](PyGame/) This is the home of Python PyGame examples. Many of these are examples demonstrating "final project" level work for both simple and advanced levels. \ No newline at end of file