Top "Interpreter" questions

An interpreter is a program that executes, i.e. performs, instructions written in a programming language.

Compiled vs. Interpreted Languages

I'm trying to get a better understanding of the difference. I've found a lot of explanations online, but they tend …

java python compiler-construction programming-languages interpreter
How to repeat last command in python interpreter shell?

How do I repeat the last command? The usual keys: Up, Ctrl+Up, Alt-p don't work. They produce nonsensical characters. (…

python shell virtualenv interpreter python-idle
Python 3 Online Interpreter / Shell

Is there an online interpreter like http://codepad.org/ or http://www.trypython.org/ which uses Python 3? Answer Since the …

python shell python-3.x interpreter
PyCharm. /usr/bin/python^M: bad interpreter

Cannot figure out, where to change EOF in PyCharm. My scripts, started with: #!/usr/bin/python # -*- coding: utf-8 …

python interpreter eof pycharm
Is there an interpreter for C?

I was wondering if there is something like an interpreter for C. That is, in a Linux terminal I can …

c interpreter read-eval-print-loop
How do I add tab completion to the Python shell?

When starting a django application using python manage.py shell, I get an InteractiveConsole shell - I can use tab …

python shell interpreter
How to write a Parser in C#?

How do I go about writing a Parser (Recursive Descent?) in C#? For now I just want a simple parser …

c# parsing xml-parsing interpreter
In Python interpreter, return without " ' "

In Python, how do you return a variable like: function(x): return x Without the 'x' (') being around the …

python interpreter read-eval-print-loop
How does an interpreter/compiler work

How does an interpreter/compiler work? What is the difference between interpreter and compiler.

compiler-construction interpreter
Is it possible to have multiple PyPlot windows? Or am I limited to subplots?

I'm not sure how to word my question more clearly. Basically, is PyPlot limited to one instance/window? Any hack …

python matplotlib plot interpreter freeze