Home » Home » Python (What is python ?)

Python is a high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Python Programming Language is very well suited for Beginners, also for experienced programmers with other programming languages like C++ and Java.

Some features of python : –

  • General purpose: It can be used build anything.
  • It is easy to use, Open source and Free.
  • It have large variety of scope like Data Science, Machine Learning, Web Development,….etc
  • You can download Python Version 3.x from link – https://www.python.org/downloads/
  • Python Codes are written in the text files which .py as an extension.
  • Use print() to print any text or statement.

Basic DataTypes in python :

  • integer or int – 1,2,3,4
  • float – 1.23,32.1
  • string – "hello" or 'hello'
  • bool – 1 and 0 or True and False

Related Posts

Leave a Reply

%d bloggers like this: