This repository is a collection of practical programming and web development exercises. It serves as a personal sandbox and a public resource for learning and practicing various technologies and concepts.
The exercises within this repository cover a range of topics and technologies, potentially including (but not limited to):
- Python: Object-Oriented Programming (OOP), algorithms, data structures.
- Web Frameworks: Flask, Django examples and small projects.
- Frontend Development: JavaScript, HTML5, CSS3 exercises and components.
- Databases: Basic interactions and ORM usage.
- (Other areas may be added over time)
Please browse the individual folders within the repository to find specific exercises related to these technologies.
- Clone the repository:
git clone [https://github.com/jardahrazdera/shared_exercises.git](https://github.com/jardahrazdera/shared_exercises.git)
- Navigate into the repository directory:
cd shared_exercises
- Explore the folders: Each folder likely contains a specific exercise or topic.
- Follow instructions: Individual exercise folders may contain their own
README.md
files or comments within the code providing specific setup or usage instructions (e.g., how to run a Python script, start a development server, or open an HTML file).
While primarily a personal collection, suggestions for improvements or new exercise ideas are welcome. Feel free to open an Issue to discuss suggestions or report problems. Pull Requests for fixes or relevant additions may also be considered.
This project is licensed under the terms of the MIT License. You can find the full license text in the LICENSE
file.