A question-wise archive for Tools in Data Science Project 1. The repository preserves solution writeups, scripts, generated visual artifacts, submission JSON, and verification notes for each project question.
| Area | Example | Method |
|---|---|---|
| Audio transcription | Q2 | Decode embedded audio, transcribe digits, and verify with SHA-256. |
| Markdown parsing | Q4 | Implement and test a CommonMark-style parser. |
| Visual concept tasks | Q6, Q7, Q8 | Translate abstract prompts into visual artifacts and submission JSON. |
| Network/game puzzles | Q9, Q10, Q11 | Explore state, extract clues, compute paths or tokens, and verify final answers. |
- Project1/: question index and method summaries
- Each question folder: detailed writeup plus any scripts, notes, images, or submission payloads
Use this repo as a documentation pattern: keep each question self-contained, explain the method before the answer, and preserve verification steps. Replace personal answers or generated payloads with your own before submitting course work.
See CONTRIBUTING.md. Keep updates question-scoped and do not commit secrets or local environment files.
MIT License. See LICENSE.