From c9b1af89fb0c77cac32c4420b44aeffa2ad5abf2 Mon Sep 17 00:00:00 2001 From: Alex Chris Date: Mon, 20 Jul 2026 05:22:47 -0700 Subject: [PATCH] add english readme documentation --- README_EN.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README_EN.md diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 00000000..357de619 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,26 @@ +# Python Learning Resources + +This repository provides Python learning materials and examples. + +## Topics + +- Python Basics +- Data Structures +- Object-Oriented Programming +- Libraries +- Projects + +## Getting Started + +Install Python from: + +https://www.python.org/ + +Run: + +```bash +python filename.py + +## Contribution + +Contributions are welcome. \ No newline at end of file