Sublime Text
Sublime Text is a proprietary, cross-platform text editor for code, markup, and prose, known for its performance and minimalist user interface (UI).
It supports multi-cursor and multi-selection editing, search and replace, project-aware navigation (goto anything), and has a Command Palette. Behaviors, such as key bindings, themes, settings, are configurable via text-based settings files. It includes built-in vi-style modal editing via the Vintage package, which is disabled by default.
Sublime Text is highly extensible through a Python plugin API, and the community typically installs packages via Package Control.
For Python programming, a common setup include the LSP package plus helpers like LSP-pyright for language features and LSP-ruff for linting.
Official website: sublimetext.com
Related Resources
Tutorial
Python IDEs and Code Editors (Guide)
Find your perfect Python development setup with this review of Python IDEs and code editors, including recommendations and screen shots.
For additional information on related topics, take a look at the following resources:
By Leodanis Pozo Ramos • Updated May 27, 2026