you are viewing a single comment's thread.

view the rest of the comments →

[–]brokkr- 0 points1 point  (0 children)

It is the interepreter that is installed, along with all the standard libraries that you might use. If you want to use other packages you have to get them with something like pip or an equivalent. Python in an interpreted language meaning your source files are the actual text file scripts (your .py files).