<html>
<head>
<title> About The Python </title>
</head>
<body>
<h2> <p align = "center"> Intro about Python </p></h2>
<hr size = "10" align = "justify" color = "red" width = 45%">
<font face= "Lucida Calligraphy" size ="6" color= " orange">
<br> Python is a general- purpose, interactive, object-oriented and high level
programming language. It provides a better structure and support for large programs
. It is processed
at runtime by an interpreter. It can run on a varied range of hardware platforms
with the same interface. Its source code is also available GNU General Public
License (GPL). It closely ressembles the English Language.
It used words like 'not' and 'in'. It is case-sensitive programming language.
Python has a set of rules
, known as PEP-8. It helps Pyhton developer In formatting the code. It is used
for testing microchips , building video games with the PyGame library, text
processing, web applications,
database applicatons, GUI programs and a lot more. It has been used by
organisations such as NASA, YouTube and Instagram. It is also used for writing
Google Apps.
</body>
</html>