From Idea to a Live Website
Start with your first lines of Python, then turn an idea into a website you can share. We’ll connect each small step so the whole process starts to make sense.
- Python
- JupyterLab
- VS Code
- Next.js
- GitHub
- Vercel
What you’ll do, step by step
Experiment in Python notebooks
Open JupyterLab and explore programming fundamentals one small cell at a time. Change values, run code, and see what happens-mistakes are part of learning.
Run a Python script in the terminal
Move from notebook cells to a .py file in VS Code. Run it from the terminal to understand how a saved program becomes running software.
Build a Next.js website with AI assistance
Describe your idea, create a Next.js project, and use AI to help you make changes. Read and test the results rather than treating generated code as a black box.