Why Python is called as Interpreted Language?
Jan 29 · 2 min read · Internal Execution of the Python Code Programmer writes the Python code i.e., source file with an extension of .py The source file is compiled to get the byte code file which has an extension of .pyc The byte code file is fed into the Python’s Vir...
Join discussion