Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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