This repository contains a collection of basic Python practice scripts created while learning core programming concepts. The content in this folder focuses on exploring and strengthening fundamental skills rather than delivering production-ready applications.
The scripts in this repository are mainly used to:
- Experiment with numerical operations, simple calculations, and formula-based logic
- Practice control flow structures such as conditionals and loops
- Work with functions and modular code organization
- Explore simple graphics and drawing libraries
- Perform basic text and file processing, including handling document content
Code examples in this folder may include multiple variants of similar ideas, incremental improvements, and short experimental snippets. They are kept intentionally simple to make it easy to review logic, test small changes, and build intuition for how Python behaves in different scenarios.
This repository can be used as:
- A reference for common beginner-level patterns in Python
- A sandbox for trying out new concepts or modifying existing scripts
- A starting point for building more advanced utilities, data workflows, or small applications
Over time, parts of this folder can be refactored, extended with documentation and tests, or migrated into more structured projects as programming skills and requirements grow.