Gen-AI Developer Classroom notes 27/Aug/2026

Developer Environment Setup for Agents

  • Python
    • windows winget install --id Python.Python.3.13
    • mac brew install python@3.13
  • UV
    • Windows winget install -e --id astral-sh.uv
    • mac brew install uv
  • Visual Studio Code with necessary extensions
    • Windows winget install Microsoft.VisualStudioCode
    • Mac brew install --cask visual-studio-code
  • Google AI Studio API Key

  • Note: For vscode extensions

    • Python (Microsoft)
    • Jupyter (Microsoft)

Windows

  • To install software we will be using winget

Mac

Goal: Interact with model programatically

  • Creating a python project
    • Create a folder
    • cd into folder
    • execute uv init .
    • execute uv add langchain
    • execute code .
    • select interpretor (watch the classroom video)
  • Where is your model? langchain google ai studio
    • Google ai studio
  • now add additional packages
uv add python-dotenv ipykernel langchain-google-genai

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading