Interactive Glossary

Browse 2 interactive terms defined in plain English, from the cultural dictionary of computing.

2 Interactive Terms

Jupyter
An open-source platform for interactive computing that lets users create notebook documents combining live code, equations, visualizations, and narrative text....
REPL
Read-Eval-Print Loop — an interactive programming environment that takes single expressions, evaluates them, and returns the result immediately. Originated...

Related Topics