У нас вы можете посмотреть бесплатно Using the Python REPL или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The Python REPL is another name for Python's interactive Python interpreter, which accepts Python statements and immediately evaluates them. https://pym.dev/using-the-python-repl/ Find more Python screencasts at https://pym.dev/screencasts/ 00:00 The interactive Python interpreter 00:25 Launching the interactive Python interpreter 00:46 What is the Python REPL? 01:24 IDLE, Jupyter, and other Python interpreters 01:52 Use the Python REPL as a playground 02:18 The REPL works line-by-line 03:35 The REPL is great for testing out code