Python and it's Interpreter
Python is calculator agree or not python
is a programming language that has its feet almost in all the fields from AI to
machine learning and many more. Python is a language which uses a interpreter .Interpreter
is just a simple line executer in my words.
Basically python on installation gives access to two parts they are the shell and the script file which one can open simply by creating a new file. The python interpreter uses UTF-8 encoding which is actually familiar to many languages however the python standard library uses just the ASCII characters because it thinks that it is enough so. To use python do so:
Basically python on installation gives access to two parts they are the shell and the script file which one can open simply by creating a new file. The python interpreter uses UTF-8 encoding which is actually familiar to many languages however the python standard library uses just the ASCII characters because it thinks that it is enough so. To use python do so:
Comments
Post a Comment