Kate / KDevelop — Intermediate Playground
KDE editors with Python support via LSP; Kate is lightweight, KDevelop is a full IDE
Using Kate / KDevelop effectivelyRun locally
Install
sudo apt install kate # or kdevelopPython CodeRun locally
Following best practices with Kate / KDevelop ensures a productive development workflow.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?