Exp 1 Python
Exp 1 Python
THEORY:
Python is an interpreted, object-oriented, high-level programming language with dynamic
semantics. Its high-level built-in data structures, combined with dynamic typing and dynamic
binding makes it very attractive for rapid application development, as well as for use as a
scripting or glue language to connect existing components together. Python is simple, easy to
learn, its syntax emphasizes readability and therefore reduces the cost of programming
maintenance. Python supports modules and packages, which encourages program modularity and
code reuse. The python interpreter and extensive standard library are available in source or
binary form without charge for all major platforms, and can be freely distributed.
PROCEDURE:
Steps to install python on Windows:
1. Select version of python to install- The installation procedure involves
downloading the official python .exe installer and running it on your system. The
version we need depends on what we want to do in python.
2. Download python executable installer-
Open your web browser and navigate to the Downloads for Windows section of
the official python website. Search the desired version of python. Select windows
x86 executable installer and download it.