many students has major doubt that python has no compiler, but python has embedded compiler under interpreter, when you will interpret the python script then it will automatically compile using py_compile
Q: - What is Python and Who develop the Python? Ans: - Python is Script based High Level Programming Language. Python is Developed by Guido van Rossum in 1992 in the Netherlands. He was a Dutch programmer. It is use to developed the GUI Applications, Web Applications, System Drivers, etc.
Q: - Python is Compiler or Interpreter? Ans: - Generally Python has Interpreter and it converts the Python code into the Python Byte Code and it also has In-Built Compiler for executing the Python Byte Code and Converting the Python Byte code into the Machine Code using the py_compiler.
Q: - By using only Python Programming Language we can create which types of Software's and Which are not possible by the other programming language's?
Ans: - By using only Python programming language we can developed the software and we will work on Data Science, Data Analysis, Machine Learning (ML), Artificial Intelligence (AI), Internet of Things (IOT), etc.
Hello sir, I have gone through the video.Thank you so much for providing questions.Sir,i'm a beginner and learned python by self only, earlier i had a non-tech b.ground. I learned a lot of other backend programs which utilizes python code for e.g selenium web driver automation, opencv2 image processing, I also made some basic projects of both. Sir,i want to know if only python related knowledge is enough or these two projects doesn't even matter for entry into industry. I don't have any idea.
Thanks for providing python interview questions 👌🏻
ReplyDeletevery helpful for me
ReplyDeletemany students has major doubt that python has no compiler, but python has embedded compiler under interpreter, when you will interpret the python script then it will automatically compile using py_compile
ReplyDeleteSyntax for compilation using IDLE:-
import py_compile
py_compile.compile('demo1.py')
Syntax for compilation using command prompt
python -m py_compiler filename
Q: - What is Python and Who develop the Python?
ReplyDeleteAns: - Python is Script based High Level Programming Language. Python is Developed by Guido van Rossum in 1992 in the Netherlands. He was a Dutch programmer. It is use to developed the GUI Applications, Web Applications, System Drivers, etc.
Q: - Python is Compiler or Interpreter?
ReplyDeleteAns: - Generally Python has Interpreter and it converts the Python code into the Python Byte Code and it also has In-Built Compiler for executing the Python Byte Code and Converting the Python Byte code into the Machine Code using the py_compiler.
Q: - By using only Python Programming Language we can create which types of Software's and Which are not possible by the other programming language's?
ReplyDeleteAns: - By using only Python programming language we can developed the software and we will work on Data Science, Data Analysis, Machine Learning (ML), Artificial Intelligence (AI), Internet of Things (IOT), etc.
Hello sir, I have gone through the video.Thank you so much for providing questions.Sir,i'm a beginner and learned python by self only, earlier i had a non-tech b.ground. I learned a lot of other backend programs which utilizes python code for e.g selenium web driver automation, opencv2 image processing, I also made some basic projects of both. Sir,i want to know if only python related knowledge is enough or these two projects doesn't even matter for entry into industry. I don't have any idea.
ReplyDeletePost a Comment
POST Answer of Questions and ASK to Doubt