Emacs — Easy Playground
Extensible editor; Python support via elpy, lsp-mode, or python-mode packages
What is Emacs?Run locally
Install
sudo apt install emacs # or brew install emacsPython CodeRun locally
Emacs is part of the Python ecosystem. Extensible editor; Python support via elpy, lsp-mode, or python-mode packages.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?