Basic

Introduction of Python programming language

Introduction of Python programming language

In tis tutorial we will learn about Introduction of Python programming language

Python is a high level programming language which supports object oriented programming concept.

Python

It was created in 1981 by Guido van Rossum. Python is easy to learn and very easy to syntax, debug and code etc.

 

Installing Python is generally easy and it is supported  by operating systems such as windows, Linux, UNIX etc.

Python is easy to write codes or program in few lines by programmers who wish to express their programming concepts or programming ideas. Also, it is synthetically easy.

Python interpreter

Python is a widely used language among programmers. Before we write code in Python ,we must decide what the compiler is and how we can use it to compile python program.

  1. online compiler – many online compilers are available through the internet to compile python program. E.g.  ideone.com, learnpython.org, repl.it etc. You can use these to learn or write codes without installing on your system.
  2. On your System – To compile the python on your system, you can choose any one of the proper python IDE and install it when you install the python software on your system.

How Python is gaining popularity ?

Easy to learn and easy to code in python. Some famous websites have been created in Python such as Instagram, YouTube, Spotify and now google is developing many platforms using Python.

 

Uses of Python language

  1. Shell Scripting
  2. Creation of game programming
  3. Used for web development
  4. Used for windows development
  5. Easy to test codes

Features of Python

  • Python is a open source programming language and continuously developed by developers.
  • Python language is well supported to Oop concept like Java
  • Python has valuable extensive library files for program development
  • Interpreting is very flexible –  few lines make a program and every lines are checked individually – debugging is very easy
  • Several versions of Python are available
  • Python library file is supported by other languages
  • Python works on multiple platforms such as Windows, Linux, Mac etc..
  • Python allows developers to write a programming concept (Syntax based easy) with in fewer line than other modern programming language

 

Suggested for you

Introduction of Java language

Introduction of C++ language

Introduction of C language

 

Introduction of Cpp programming language
Hello world program in C programming language
Karmehavannan

I am Mr S.Karmehavannan. Founder and CEO of this website. This website specially designed for the programming learners and very especially programming beginners, this website will gradually lead the learners to develop their programming skill.

View Comments

Recent Posts

PHP Star Triangle pattern program

PHP Star Triangle pattern program In this tutorial, we will discuss about PHP Star Triangle…

1 month ago

PHP Full Pyramid pattern program

PHP Full Pyramid pattern program In this tutorial, we will discuss about PHP Full Pyramid…

1 month ago

5 methods to add two numbers in Java

5 methods to add two numbers in Java In this tutorial, we will discuss the…

2 months ago

Python Full Pyramid star pattern program

Python full Pyramid star pattern program In this tutorial, we will discuss  the concept of…

5 months ago

Write a function or method to convert C into F -Entered by user

Write a function or method to convert C into F -Entered by the user In…

10 months ago

How to write a function or method to convert Celsius into Fahrenheit

How to write a function or method to convert Celsius into Fahrenheit In this tutorial,…

10 months ago