Welcome to wunderkindSE's luit-dec-2024-grey repository. This repository serves as a learning and coding space for Python projects, assignments, and hands-on exercises. Additionally, this repo may contain AWS code and DevOps concepts.
This repository contains:
- Assignments: Hands-on exercises, projects, assignments, tasks, and reference documents.
- Resources: Links to useful tools, articles, and additional learning materials.
- Git: Install the latest version of Git. Download Git
- Python 3.12 or higher: Install the latest version of Python. Download Python
- VS Code: VS Code is the recommended IDE. Download VS Code
- AWS CLI: Install and configure the AWS command line interface for AWS-related tasks. Download AWS CLI
$ git clone https://github.com/your-username/luit-dec-2024-grey.git
$ cd luit-dec-2024-greyluit-dec-2024-grey/
├── .github/ # GitHub Actions and templates
├── assignments/ # Weekly assignments
├── labs/ # Hands-on labs
├── projects/ # Group and individual projects
├── resources/ # Additional resources
├── README.md # Project overview (this file)
└── requirements.txt # Python dependencies
- Fork the repo.
- Create a feature branch:
$ git checkout -b feature/your-feature-name
- Commit your changes:
$ git commit -m "Add a commit message" - Push to the branch:
$ git push origin feature/your-feature-name
- Create a pull request and describe your changes.
This repository is for educational purposes. It is not licensed for production use.