Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Getting to Know the Python Standard REPL (Summary)

You’ve learned how to work with Python in interactive mode using the standard shell, or REPL (Read-Eval-Print Loop). This tool comes in every Python installation so that you can use it at any moment to test new ideas, explore and experiment with new tools and libraries, refactor and debug your code, try out examples, and more.

In this video course, you’ve learned how to:

  • Start the Python standard REPL from your command line
  • Use the REPL to write and execute Python code
  • Edit, modify, and reuse code in an interactive session
  • Access Python’s built-in help system and introspect your code
  • Fine-tune some features of the Python standard REPL
  • Understand the REPL’s missing features

You’ve also learned about alternative and feature-rich REPLs, such as IDLE, IPython, bpython, and ptpython, which provide IDE-like features that can highly improve your user experience and productivity while working in interactive mode.

Further Reading:

Related Courses:

Alternative REPLs:

Download

Sample Code (ZIP)

566 bytes
Download

Course Slides (PDF)

9.2 MB

Become a Member to join the conversation.