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

 

Similar post

Introduction of Java language

Introduction of C++ language

Introduction of C language

Suggested for you

Hello world in Java

Hello world in C++

Hello world in Python

Hello world in C#

 

 

for loop in Java

while loop in Java

for loop in C language

while loop in C language

while loop in cpp language

For loop in Cpp language

Nested for loop in C++ language

Nested for loop in Java language

Nested for  loop in C language

Nested for loop in Python 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

C# inverted full pyramid star pattern

C# inverted full pyramid star pattern In this article, we will discuss the concept of…

3 weeks ago

C# Full Pyramid star pattern program

C# Full Pyramid star pattern program In this article, we will discuss the concept of…

1 month ago

Program to count vowels,consonants,words, characters and space in Java

Program to count vowels, consonants, words, characters and space in Java In this article, we…

1 month ago

How to print multiplication table using Array in C++ language

How to print multiplication table using Array in C++ language In this post, we will…

1 month ago

C Program to multiplication table using Array

C Program to multiplication table using Array In this tutorial , we will discuss about…

2 months ago

Java program to check odd or even using recursion

Java program to check odd or even using recursion In this tutorial, we discuss a…

2 months ago