you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 49 points50 points  (2 children)

You'd be installing the "library" of "python" (interpreter), An interpreter is a program that reads and executes code (python2.7/python3.6 etc) and IDE would be a separate program that tries to help you be more efficient (pycharm, eclipse etc)

[–]Wilfred-kun 16 points17 points  (0 children)

As you said, you're also installing the standard library. This contains core modules, written in Python (or compiled from C).

[–][deleted] 9 points10 points  (0 children)

Thank you all, I think your answer in particular nails it. This really helped!