From abe0f30f835613c12ecee29fcfd92b1abebcccd4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:49:00 +0000 Subject: [PATCH 1/2] Initial plan From 56d37b364f36cdffd673aa87a1e8d972cd943ff9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:51:58 +0000 Subject: [PATCH 2/2] Update README with title, How to Use section, table of contents, and website link Co-authored-by: anjrew <26453863+anjrew@users.noreply.github.com> --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 845e38f..0577326 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# python-coding-examples-template +# RobotX Workshops: Python Coding Examples + A collection of basic Python coding examples for RobotX Workshops students. + +## How to Use + +To learn from these examples, run each `.py` file individually to see the concepts in action. You can execute any Python file using the following command in your terminal: + +```bash +python filename.py +``` + +Or, if you're using Python 3 specifically: + +```bash +python3 filename.py +``` + +Each file demonstrates a specific Python concept with practical examples and explanations. + +## Table of Contents + +| File | Concept Covered | +|------|----------------| +| `variables.py` | Variables and Data Types | +| `loops.py` | Loops and Control Flow | +| `functions.py` | Functions | +| `classes.py` | Classes and Objects | + +--- + +For more courses, visit https://robotx.com