Compiling | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Compiling

what does is mean that python does not need to COMPILE your program before EXECUTING?

25th Nov 2019, 9:19 PM
Julio Pena
Julio Pena - avatar
3 Answers
+ 2
Hello Julio Pena Please avoid writing a query/sentence into your question tags ('what does is mean that Python does not need to compile'). Put only words bearing relevance to your question topic. Tags are used by the search feature to find questions under similar topics by matching up the tags. Use of irrelevant words in tags will fail the search feature in relating questions and tags. For future reference, please follow this guide to posting a question šŸ‘ https://www.sololearn.com/Discuss/333866/?ref=app
26th Nov 2019, 12:40 AM
Ipang
+ 1
it means when you create a Python script say hello_world.py you run it without the need for creating another file. in other programming languages like C/C++. you would write your code in a file like hello_world.c and then compile it to produce another file hello_world which is the one you run. that's why Python is called a scripting language like many others php, perl, JavaScript, bash ...
25th Nov 2019, 10:58 PM
Bahhaāµ£
Bahhaāµ£ - avatar
26th Nov 2019, 2:38 AM
Maninder $ingh
Maninder $ingh - avatar