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