Computer Holiday Homework Class 4th Arpita Singh

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

HOLIDAY HOMEWORK OF

COMPUTER

Submitted to:-
Kanza ma’am

Submitted by :
Arpita Singh
Class -4 C
th
Roll no. – 09

pYTHON iS a pROGRAMMING lANGUAGE. it was made to be open source and easy to


read. a dUTCH PROGRAMMER NAMED gUIDO VAN rOSSUM MADE pYTHON IN
1991. he named it after the television program monty python’s flying circus. many python
examples and tutorials include jokes from the show. python is an interpreted language.
Interpreted Languages Do Not Need To Be Compiled To Run. A Program Called An
Interpreter Runs Python Code On Almost Any Kind Of Computer. THIS MEANS THAT A
PROGRAMMER CAN CHANGE THE CODE AND QUICKLY SEE THE RESULTS. THIS ALSO
MEANS PYTHON IS SLOWER THAN A COMPILED LANGUAGE LIKE C, BECAUSE IT IS
NOT TURNED INTO MACHINE CODE AHEAD OF TIME. Instead, this happens as the
program is running. Python's developers try to avoid changing the language to make it
better until they have a lot of things to change. Also, they try not to make small repairs,
called patches, to unimportant parts of cpython, the main version of Python, even if the
patches would make it faster. wHEN SPEED IS IMPORTANT, A pYTHON PROGRAMMER
CAN WRITE SOME OF THE PROGRAM IN A DIFFERENT LANGUAGE, LIKE c, OR USE pYpY,
A DIFFERENT KIND OF pYTHON THAT USES A JUST-IN-TIME COMPILER. kEEPING
pYTHON FUN TO USE IS AN IMPORTANT GOAL OF pYTHON’S DEVELOPERS. iT
REFLECTS IN THE LANGUAGE’S NAME, A TRIBUTE TO THE bRITISH COMEDY
GROUP mONTY pYTHON. tUTORIALS OFTEN TAKE A PLAYFUL APPROACH, SUCH
AS REFERRING TO SPAM AND EGGS INSTEAD OF THE STANDARD FOO AND BAR.

You might also like