Using the Python REPL

preview_player
Показать описание
The Python REPL is another name for Python's interactive Python interpreter, which accepts Python statements and immediately evaluates them.

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
Рекомендации по теме
Комментарии
Автор

Thank you for this clear explanation. Another question regarding REPL. I noticed that REPL can calculate with very large (unbounded) integers. How is that possible?

Slugging_Bob
visit shbcf.ru