Code Sandbox first steps to full-stack Python
🧭 How this works β€” full-stack in 10 seconds

You're building a full-stack app:

  • Backend Your Python is the server. It takes inputs and returns a value.
  • Frontend The HTML/CSS/JS is what you see. When you click, it calls the backend with api.call("name", ...).

Edit any tab β€” it runs live. Interact with your app to run your Python, then press Check my work.

πŸƒ In the Think in Pipelines track you rebuild MongoDB aggregation stages in plain Python, then race a real database β€” the scoreboard shows how many lines MongoDB saves.

πŸ‘‹

Lesson

Beginner

    πŸ’‘ Hints
      πŸ‘€ Show solution
      
                      
      def solve():
      Edits run live β€” interact with your app to call your Python.
      ✨
      Code with Cody Tell Cody what you want β€” it edits the part you're working on.
      Your App Booting Python…
      Interact with your app to call your Python β†’

      Downloading Python (WebAssembly)…

      First load only β€” it gets cached after this.
      Console