A public log of my journey learning Python, FastAPI, and AI engineering from scratch. Trying to build something every single day.
| Day | Project | What I learned |
|---|---|---|
| Day 1 | Student Grade Tracker API | FastAPI, Pydantic, request body, path params, HTTPException |
| Day 2 | AI Chatbot with memory | Groq API, streaming, conversation history, .env |