Skip to main content

Why should we learn Python ? | Python learning.

| Python
  • Python is high level programming language, by the use of python we create complex computer programs.
  • Python is also known as interpreted language.

Python used in various fields
    Python can be used in different ways such as:
  • Software developers
  • Data scientists
  • Data Analysts
  • Hackers
  • Bankers
  • Engineers
  • Designers
  • Doctors
  • Scientists, etc.
| Why Python is known as Python?
  • Python is named after a comic series.
  • Guido Van Rossum is the creator of Python.
  • Python is an easy programming language, using python the complex programs can be written.
 Advantages of Python
  • Python can be used online, offline.
  • And Python can be used in Smaller or big projects.
  • Python is an Interpreter language, where Programs can be executed directly without complier.

 Applications of Python
  • Web application.
  • Mathematical Computations.
  • Graphical User Interface.
And may more.....
 
Thanks for visit!!!

Comments

Popular posts from this blog

Java programming language.

Hi, If you want to know about Java language then it is right place for you. Some points about Java language.  It is developed by James Gosling at sun microsystem.  It is release in 1995 as a Core. It is a general purpose programming language. It is like c ++ but with advanced and simplified features. Concurrently execute many statement. It is object oriented programming language.  It is platform independent. Installation process.                    Download JDK Mac OS ~ JDK version 11. WINDOWS ~ 32 Bits JDK version 8.                    ~ 64 Bits JDK version 11. Wants to download JDK click here .  Download Eclipse for easy programming😊😊. Download eclipse  click here .  Data types in java?  There is two type of data types in java primitive data types and non primitive data types. Firstly we talk about primitive data ty...

HTML formatting tags

Formatting tags in HTML. There are different types of formatting tags in HTML and these tags are.~ <b> <strong> <i> <em> <mark> <small> <del> <ins> <sub> <sup> HTML formatting tags specify how the text can appear in the browser like the text should appear bold, italic, small, large, etc. Now let’s understand each tag one by one. Firstly we will see a bold and strong tag. let’s understood the bold tag. Anything that appears within the <b>…</b> tag is displayed in bold. The HTML <b> tag defines bold text, without any extra importance. Then we have the strong tag. The HTML strong <strong> tag defines the text with strong importance. The content inside is typically displayed in bold. Then we have the HTML italic and emphasis elements. Anything that appears within <i>….</i> element is displayed in italics. The HTML  <i>the the  element defines the specific part of the ...