Does Php, Python and other program languages need to install first before editing on code editor? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does Php, Python and other program languages need to install first before editing on code editor?

Feeling confused

16th Jun 2020, 8:32 AM
Rey
Rey - avatar
2 Answers
+ 17
You can edit any code in any editor without compilers or interpreters. But if you want to run the code, you have to install all the required utilities, compilers, interpreters, libraries etc. Some systems have them pre-installed. You don't need to install JavaScript. To run it, you need only a browser, which is pre-installed on most systems with GUI.
16th Jun 2020, 9:02 PM
Igor Makarsky
Igor Makarsky - avatar
+ 1
Thanks a lot!
17th Jun 2020, 12:28 PM
Rey
Rey - avatar