what is python and how it works
yasasviG2003711:
not that
Answers
Answered by
6
Python is an object oriented programming language, kind of like Java. Java has far more errors. SoPython code works by actually working. That's a starting place, but not a true answer. ... Python code is interpreted to machine language as it is run.
Answered by
4
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks.
With Python, it uses an interpreter rather than a compiler. An interpreter works in exactly the same way as a compiler, with one difference: instead of code generation, it loads the output in-memory and executes it directly on your system
I hope it is helped you
follow me
With Python, it uses an interpreter rather than a compiler. An interpreter works in exactly the same way as a compiler, with one difference: instead of code generation, it loads the output in-memory and executes it directly on your system
I hope it is helped you
follow me
Similar questions