Wednesday 1 October 2014

USAGE OF PYTHON.

USAGE OF PYTHON

Python is a general purpose programming language that is able to be used on any modern computer operating system. It may easily be used for processing text, numbers, images, scientific data, or anything else which one might save on a computer. It is used daily in the operations of the Google search engine, the video sharing web site YouTubeNASA , and the New York Stock Exchange.In others  a few of the places where Python plays important roles in the success of business, government, and non-profit organisations; there are many others.

Python is also an interpreted language. Thus it is not converted to computer-readable code before the program is run but at runtime. In days gone by, this type of language was called a scripting language, intimating its use for trivial or banal tasks. However, programming languages such as Python have forced a change in that nomenclature. Increasingly, large applications are written almost exclusively in Python. As mentioned above, in addition to being used by Google and NASA to complement other languages, Python is used almost exclusively for such applications as YouTube and the web-based transaction system of the New York Stock Exchance (NYSE).
the other ways that you can apply Python such as:
  1. Programming CGI for Web Applications
  2. Building an RSS Reader
  3. Reading from and Writing to MySQL
  4. Reading from and Writing to PostgreSQL
  5. Creating Calendars in HTML
  6. Working with Files  
       link: http://python.about.com/od/gettingstarted/ss/whatispython_5.htm

No comments:

Post a Comment