Python 3 introduction | pycoder
python Language Introduction.
python is a widely used general-purpose, high level programming language.
It was initially designed by Guido van Rossum in 1991 and developed by python soft ware Foundation. It was mainly developed for emphasis on code readability, and its syntax allows programmers to express concept in fewer lines of code.
python is a programming language that lets you work quickly and integrate systems more efficiently.
There are tow major python version- python 2 and python 3. Both are quite different.
Beginning with python programming:
1) Finding an Interpreter :
Before we start python programming, we need to have an interpreter to interpret and run our programs. There are certain online interpreter like https://pycoderr.blogspot.com/, http://python.org/, That can be used to start python without installing an interpreter.
windows:There are many interpreter available freely to run python scripts like IDLE ( Integrated Development Environment ) which is installed when you install the python software from http://python.org.
Linux:For Linux, python comes bundled with the Linux
For any help please watch video
python is a widely used general-purpose, high level programming language.
It was initially designed by Guido van Rossum in 1991 and developed by python soft ware Foundation. It was mainly developed for emphasis on code readability, and its syntax allows programmers to express concept in fewer lines of code.
python is a programming language that lets you work quickly and integrate systems more efficiently.
There are tow major python version- python 2 and python 3. Both are quite different.
Beginning with python programming:
1) Finding an Interpreter :
Before we start python programming, we need to have an interpreter to interpret and run our programs. There are certain online interpreter like https://pycoderr.blogspot.com/, http://python.org/, That can be used to start python without installing an interpreter.
windows:There are many interpreter available freely to run python scripts like IDLE ( Integrated Development Environment ) which is installed when you install the python software from http://python.org.
Linux:For Linux, python comes bundled with the Linux
For any help please watch video
No comments: