Python Language Introduction - FabInfo Hut

Python Programming
 

INTODUCTION

Python is general Purpose, High level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software foundation It was designed with and emphasis of code readability and its syntax allows programmers to express their concepts in fewer lines of code.
    
    It is used for : 
  • web Development (Server side )
  • software development.
  • Mathematics
  • system scripting

ABILITIES OF PYTHON

  • Python can be used on a server to create web applications.
  • Python can be used alongside software to create workflows
  • Python can connect to database system. It can also read modify files.
  • Python can be used to handle big data and perform complex mathematics.
  • Python can be used for rapid prototyping, or for production -ready software development.

WHICH MAKES PYTHON DIFFERENT ?

  • Python works on a different platforms, Windows , Mac, Linux are the popular platforms which the python supports.
  • Python are easy to remember as they are similar to English language.
  • Python code are compact and need fewer lines in comparison with other Programming Language.
  • Python code can be executed line by line as it runs on interpreter.
  • Python can be treated as procedural way, an object oriented way or a functional way

Comments