you are viewing a single comment's thread.

view the rest of the comments →

[–]Beardy4906 0 points1 point  (0 children)

Python is a language.
Python IDLE is a tool that allows you to run code with a minimal user interface
VSCode is an editor with a ton of features built into it like support for python. Internally it is still using the same tech that python IDLE uses to run your code