Skip to main content
FARE - Free Architecture for Remote Education
FARE

Write, run,
learn by doing

Write and execute Python code directly in your browser. Perfect for learning and experimentation.

> def hello():
    print("Hello!")
> hello()
Hello!
main.py
Terminal / Shell Python 3.x
> Initializing Python environment... Ready.
Ln 1, Col 1 UTF-8 4 Spaces
Python Ready

Tips

  • Ctrl + Shift + Enter Run code
  • Tab Insert 4 spaces (indent)