Welcome to the Lab Problems & Solutions Repository for this course. This repository is designed to help students learn from each other by documenting:
- Issues faced during labs
- Error messages encountered
- Steps taken to solve them
- Final solutions and explanations
By sharing problems and fixes, we build a collaborative knowledge base that benefits everyone now and in future semesters.
During lab sessions, many students face similar challenges. Instead of solving them individually and forgetting the solution, this repository allows us to:
- Document common errors
- Share debugging strategies
- Understand root causes
- Learn best practices
- Improve problem-solving skills
Labs/
│
├── Lab1/
│ ├── Problem1.md
│ ├── Problem2.md
│
├── Lab2/
│ ├── Problem1.md
│ ├── Problem2.md
│
Templates/
│ └── problem_template.md
- Each lab has its own folder.
- Each problem has its own Markdown file.
- A template is provided to ensure consistency.
- Open the main repository.
- Click on the Issues tab.
- Click New Issue.
- Title your issue using this format:
LabNumber - Short Problem Title
Example:
Lab3 - FileNotFoundError when loading dataset
- Copy the template from the
Templatesfolder. - Fill in all required sections clearly.
- Click Submit new issue.
When submitting via Issues, please assign the appropriate label.
Students are encouraged to:
- Read previous reports before asking questions.
- Improve unclear explanations.
- Suggest alternative solutions.
- Add comments for clarification.
Learning happens best when we share knowledge.