Python
Python
History of Python:
Python was developed by Guido van Rossum in the late eighties and early nineties
at the National Research Institute for Mathematics and Computer Science in the
Netherlands.
Python is derived from many other languages, including ABC, Modula-3, C, C++,
Algol-68, SmallTalk, and Unix shell and other scripting languages.
Python is copyrighted. Like Perl, Python source code is now available under the
GNU General Public License (GPL).
Python Features:
Python's features include:
Getting Python:
The most up-to-date and current source code, binaries, documentation, news, etc.,
is available on the official website of Python https://www.python.org/
Installing Python:
Python distribution is available for a wide variety of platforms. You
need to download only the binary code applicable for your platform and
install Python.
If the binary code for your platform is not available, you need a C
compiler to compile the source code manually. Compiling the source
code offers more flexibility in terms of choice of features that you
require in your installation.
Windows Installation:
Here are the steps to install Python on Windows machine.
Setting up PATH:
Programs and other executable files can be in many directories, so
operating systems provide a search path that lists the directories that the
OS searches for executables.
In Mac OS, the installer handles the path details. To invoke the Python
interpreter from any particular directory, you must add the Python
directory to your path.