this post was submitted on 17 Mar 2025
481 points (95.5% liked)
Programmer Humor
21659 readers
2270 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interesting, I didn't know that about VSCode.I've used it briefly and I must have always installed some default plugins to make it work with python!
The only query I'd have on that definition of IDE is that they all require an external compiler or JIT interpreter to execute code, because the versions of the compilers changes so frequently it'd be crazy to release an 'all included' IDE. (The old MS Visual Basic is an example of 'all included')
But yeah, pycharm or phpstorm are "ready to run" bar the code compiler or interpreter, I don't have to open a terminal or something to run code I've written.