[Перевод] Нововведения Python 3.14: автодополнение и подсветка синтаксиса в REPL

Команда Python for Devs подготовила перевод обзора новых возможностей REPL в Python 3.14. Теперь автодополнение и подсветка синтаксиса работают прямо в терминале, а цветовую тему можно настроить под себя.

https://habr.com/ru/articles/948852/

#python_314 #repl #автодополнение #подсветка #синтаксиса #терминал #интерактивная_оболочка #pyrepl #цветовая_тема #productivity

Нововведения Python 3.14: автодополнение и подсветка синтаксиса в REPL

Команда Python for Devs подготовила перевод обзора новых возможностей REPL в Python 3.14. Теперь автодополнение и подсветка синтаксиса работают прямо в терминале, а цветовую тему можно настроить под...

Хабр

PEP 762 – REPL-acing the default REPL

Did I just miss the announcement of this PEP or was it not posted yet?

Anyway, the new, enhanced new Python REPL has its own PEP now!

For those not following its development, the new REPL is amazing and required a lot of energy, courage, testing and fixing to become what was released.

I hope support for command history in Windows lands (there's an open PR¹).

@treyhunner @ambv

#Python #CPython #PyPy #PyREPL #REPL

¹: I wrote it
https://peps.python.org/pep-0762/

PEP 762 – REPL-acing the default REPL | peps.python.org

One of Python’s core strengths is its interactive mode, also known as the Read-Eval-Print Loop (REPL), or the Python console, or the Python shell. This PEP describes the new implementation of this functionality written in Python. The new REPL released i...

Python Enhancement Proposals (PEPs)