Jump to content

Python Interpreter

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Apparently Python doesn't have a compiler (not one I can find), only an interpreter. I've been trying Python, but I can't figure out how to use the interpreter (I've never used one before).

#2
elfshadow14

elfshadow14

    Newbie

  • Members
  • PipPip
  • 14 posts

Sionofdarkness said:

Apparently Python doesn't have a compiler (not one I can find), only an interpreter. I've been trying Python, but I can't figure out how to use the interpreter (I've never used one before).

No but there is a program called installer that puts the python interpreter and the modules that you need into one .exe.

#3
Guest_priorityone_*

Guest_priorityone_*
  • Guests
Regarding how to use the Python Interpreter this may help:

How to Use ROOT with Python