A safe sandbox to experiment with real Python. Not a lesson, not a quest — just type, run, and see what happens. Change a line, run it again, see what changes.
Edit any line, click Run, and see what happens. The best way to learn Python is to break it and fix it.
This runs actual Python in your browser via WebAssembly — not a simplified version. Code here works the same in Thonny.
Download your code as a .py file and open it in Thonny on your own computer to keep building.
AwarePy Practice is a pressure-free sandbox — nothing to complete, no score, no quest. It is the place to ask "what happens if I change this?" and find out instantly. For structured lessons that build up your Python knowledge step by step, visit AwarePy Python. For mission-style challenges where you build real projects, try Coding Quest.